Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
raise_LoadTemplate Method
See Also 
Leadtools.Twain Namespace > TwainSession Class : raise_LoadTemplate Method




sender
The source of the sender
e
A TwainTemplateEventArgs object that contains the event data.
Occurs loading of a TWAIN Template using LoadTemplateFile

Syntax

Visual Basic (Declaration) 
Public Sub raise_LoadTemplate( _
   ByVal sender As Object, _
   ByVal e As TwainTemplateEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As TwainSession
Dim sender As Object
Dim e As TwainTemplateEventArgs
 
instance.raise_LoadTemplate(sender, e)
C# 
public void raise_LoadTemplate( 
   object sender,
   TwainTemplateEventArgs e
)
Managed Extensions for C++ 
public: void raise_LoadTemplate( 
   Object* sender,
   TwainTemplateEventArgs* e
) 
C++/CLI 
public:
void raise_LoadTemplate( 
   Object^ sender,
   TwainTemplateEventArgs^ e
) 

Parameters

sender
The source of the sender
e
A TwainTemplateEventArgs object that contains the event data.

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