Gets or sets a value that specifies the mode used to dispatch LEADTOOLS events.
public Leadtools.LeadEventsDispatchMode EventsDispatchMode {get; set;}
Public Property EventsDispatchMode As Leadtools.LeadEventsDispatchMode
public Leadtools.LeadEventsDispatchMode EventsDispatchMode {get; set;}
<br/>get_EventsDispatchMode();<br/>set_EventsDispatchMode(value);<br/>Object.defineProperty('EventsDispatchMode');
public:
property Leadtools.LeadEventsDispatchMode EventsDispatchMode {
Leadtools.LeadEventsDispatchMode get();
void set ( Leadtools.LeadEventsDispatchMode );
}
A LeadEventsDispatchMode value that specifies the mode used to dispatch LEADTOOLS events. The default value is Leadtools.LeadEventsDispatchMode.Direct.
The RasterCodecs class has asynchronous methods that fire events. This property is used to control how the events are dispatched. In JavaScript, the events must be fired using Leadtools.LeadEventsDispatchMode.UseCoreDispatcher.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET