Leadtools Namespace : LeadEventsDispatchMode Enumeration |
Member | Description |
---|---|
Direct | Indicates the class can fire events caused by asynchronous methods directly. This provides the best performance. |
UseCoreDispatcher | Indicates the class must fire events caused by asynchronous methods using the Core Dispatcher. This reduces performance, but ensures events work in JavaScript applications. |
Some LEADTOOLS classes have asynchronous methods that fire events. The class that owns the event will have a DispatchMode property that is used to control how the events are dispatched. In JavaScript, the events must be fired using LeadEventsDispatchMode.UseCoreDispatcher.
System.Object
System.ValueType
System.Enum
Leadtools.LeadEventsDispatchMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2