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);
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 LeadEventsDispatchMode.Leadtools.LeadEventsDispatchMode.UseCoreDispatcher.
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