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



Occurs when setting TWAIN capabilities to currently selected TWAIN source by calling the TwainSession.Properties property.

Syntax

Visual Basic (Declaration) 
Public Event SetProperty() As EventHandler(Of TwainSetPropertyEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As TwainSession
Dim handler As EventHandler(Of TwainSetPropertyEventArgs)
 
AddHandler instance.SetProperty, handler
C# 
public event EventHandler<TwainSetPropertyEventArgs> SetProperty()
C++/CLI 
public:
event EventHandler<TwainSetPropertyEventArgs>^ SetProperty();

Remarks

This event is called while setting the TWAIN capabilities to the currently selected TWAIN source.

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