Event Property

Summary

Defines the event that has taken place.

Syntax
C#
VB
C++
public TwainCapabilityValue Event { get; set; } 
Public Property Event As TwainCapabilityValue 
public: 
property TwainCapabilityValue Event { 
   TwainCapabilityValue get(); 
   void set (    TwainCapabilityValue ); 
} 

Property Value

Device events used by the TWAIN source. Possible values are (according to the TWAIN specification):

Example

Refer to GetDeviceEventData example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly