Leadtools.Codecs Namespace > RasterCodecs Class : EventsDispatchMode Property |
public LeadEventsDispatchMode EventsDispatchMode {get; set;}
'Declaration Public Property EventsDispatchMode As LeadEventsDispatchMode
'Usage Dim instance As RasterCodecs Dim value As LeadEventsDispatchMode instance.EventsDispatchMode = value value = instance.EventsDispatchMode
public LeadEventsDispatchMode EventsDispatchMode {get; set;}
get_EventsDispatchMode();
set_EventsDispatchMode(value);
Object.defineProperty('EventsDispatchMode');
public: property LeadEventsDispatchMode EventsDispatchMode { LeadEventsDispatchMode get(); void set ( LeadEventsDispatchMode value); }
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.