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



Provides data for the TwainSession.SaveTemplate and TwainSession.LoadTemplate events.

Object Model

TwainTemplateEventArgs ClassTwainCapability Class

Syntax

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

Inheritance Hierarchy

System.Object
   System.EventArgs
      Leadtools.Twain.TwainTemplateEventArgs

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