Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

Event Property






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 TwainCapabilityValue Event {get; set;}
 get_Event();
set_Event(value);
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: 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

See Also

Reference

TwainDeviceEvent Class
TwainDeviceEvent Members

 

 


Products | Support | Contact Us | Copyright Notices

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