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



Provides data for the SaveTemplate and LoadTemplate events.

Object Model


Syntax

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

Inheritance Hierarchy

System.Object
   System.EventArgs
      Leadtools.Twain.TwainTemplateEventArgs

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