Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
TwainDeviceEvent Class
See Also  Members  
Leadtools.Twain Namespace : TwainDeviceEvent Class




Provides information about the Event that was raised by the Source. The Source should only fill in those fields applicable to the Event. The Application must only read those fields applicable to the Event.

Syntax

Visual Basic (Declaration) 
Public Class TwainDeviceEvent 
Visual Basic (Usage)Copy Code
Dim instance As TwainDeviceEvent
C# 
public class TwainDeviceEvent 
Managed Extensions for C++ 
public __gc class TwainDeviceEvent 
C++/CLI 
public ref class TwainDeviceEvent 

Example

Refer to GetDeviceEventData example.

Inheritance Hierarchy

System.Object
   Leadtools.Twain.TwainDeviceEvent

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also