LEADTOOLS (Leadtools assembly)

LeadEventsDispatchMode Enumeration

Show in webframe







Specifies the mode used to dispatch LEADTOOLS events.
Syntax
public enum LeadEventsDispatchMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum LeadEventsDispatchMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As LeadEventsDispatchMode
public enum LeadEventsDispatchMode : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.LeadEventsDispatchMode = function() { };
Leadtools.LeadEventsDispatchMode.prototype = {
Direct = 0, UseCoreDispatcher = 1, };
public enum class LeadEventsDispatchMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0DirectIndicates the class can fire events caused by asynchronous methods directly. This provides the best performance.
1UseCoreDispatcherIndicates the class must fire events caused by asynchronous methods using the Core Dispatcher. This reduces performance, but ensures events work in JavaScript applications.
Remarks

Some LEADTOOLS classes have asynchronous methods that fire events. The class that owns the event will have a DispatchMode property that is used to control how the events are dispatched. In JavaScript, the events must be fired using LeadEventsDispatchMode.UseCoreDispatcher.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.LeadEventsDispatchMode

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.