Leadtools.Twain Namespace > TwainSession Class : FastConfiguration Event |
public event EventHandler<TwainFastConfigurationEventArgs> FastConfiguration
'Declaration Public Event FastConfiguration As EventHandler(Of TwainFastConfigurationEventArgs)
'Usage Dim instance As TwainSession Dim handler As EventHandler(Of TwainFastConfigurationEventArgs) AddHandler instance.FastConfiguration, handler
public event EventHandler<TwainFastConfigurationEventArgs> FastConfiguration
add_FastConfiguration(function(sender, e)) remove_FastConfiguration(function(sender, e))
public: event EventHandler<TwainFastConfigurationEventArgs^>^ FastConfiguration
The event handler receives an argument of type TwainFastConfigurationEventArgs containing data related to this event. The following TwainFastConfigurationEventArgs properties provide information specific to this event.
Property | Description |
---|---|
FastConfiguration | Gets the TwainFastConfiguration object used in the scan configuration being tested. |
Stop | Indicates whether or not to stop the configuration test. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2