Leadtools TWAIN (Leadtools.Twain assembly)

Event Property

Show in webframe





Defines the event that has taken place.
Syntax
public TwainCapabilityValue Event {get; set;}
'Declaration
 
Public Property Event As TwainCapabilityValue
'Usage
 
Dim instance As TwainDeviceEvent
Dim value As TwainCapabilityValue
 
instance.Event = value
 
value = instance.Event

            

            
public:
property TwainCapabilityValue Event {
   TwainCapabilityValue get();
   void set (    TwainCapabilityValue value);
}

Property Value

Device events used by the TWAIN source. Possible values are (according to the TWAIN 2.0 specification):
Example
Refer to TwainSession.GetDeviceEventData example.
Requirements

Target Platforms

See Also

Reference

TwainDeviceEvent Class
TwainDeviceEvent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.