Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
TwainFastConfigurationEventArgs Class
See Also  Members  
Leadtools.Twain Namespace : TwainFastConfigurationEventArgs Class



Provides data for the TwainSession.FastConfiguration event.

Object Model

TwainFastConfigurationEventArgs ClassTwainFastConfiguration Structure

Syntax

Visual Basic (Declaration) 
Public Class TwainFastConfigurationEventArgs 
   Inherits System.EventArgs
Visual Basic (Usage)Copy Code
Dim instance As TwainFastConfigurationEventArgs
C# 
public class TwainFastConfigurationEventArgs : System.EventArgs 
C++/CLI 
public ref class TwainFastConfigurationEventArgs : public System.EventArgs 

Example

Inheritance Hierarchy

System.Object
   System.EventArgs
      Leadtools.Twain.TwainFastConfigurationEventArgs

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