Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
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;}
<br/>get_EventsDispatchMode();<br/>set_EventsDispatchMode(value);<br/>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.