←Select platform

EventsDispatchMode Property

Summary

Gets or sets a value that specifies the mode used to dispatch LEADTOOLS events.

Syntax

C#
VB
WinRT C#
C++
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 ); 
} 

Property Value

A LeadEventsDispatchMode value that specifies the mode used to dispatch LEADTOOLS events. The default value is Leadtools.LeadEventsDispatchMode.Direct.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly