| Leadtools.Twain Namespace > TwainSession Class : SetProperty Event | 
public event EventHandler<TwainSetPropertyEventArgs> SetProperty
'Declaration Public Event SetProperty As EventHandler(Of TwainSetPropertyEventArgs)
'Usage Dim instance As TwainSession Dim handler As EventHandler(Of TwainSetPropertyEventArgs) AddHandler instance.SetProperty, handler
public: event EventHandler<TwainSetPropertyEventArgs^>^ SetProperty
The event handler receives an argument of type TwainSetPropertyEventArgs containing data related to this event. The following TwainSetPropertyEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| Capability | Gets the capability being set | 
| Status | Gets the return value for each was being set. | 
| Stop | Enables or disables firing event TwainSession.SetProperty. |