Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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.

Object Model

TwainDeviceEvent Class

Syntax

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

Example

Inheritance Hierarchy

System.Object
   Leadtools.Twain.TwainDeviceEvent

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also