| 
				   
                             Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.9.21 	
                       		
			       | 
             
| 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 SetProperty. |