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
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. |