Leadtools.Wia Namespace > WiaSession Class : SetPropertiesEvent Event |
public event EventHandler<WiaSetPropertiesEventArgs> SetPropertiesEvent
'Declaration Public Event SetPropertiesEvent As EventHandler(Of WiaSetPropertiesEventArgs)
'Usage Dim instance As WiaSession Dim handler As EventHandler(Of WiaSetPropertiesEventArgs) AddHandler instance.SetPropertiesEvent, handler
public event EventHandler<WiaSetPropertiesEventArgs> SetPropertiesEvent
add_SetPropertiesEvent(function(sender, e)) remove_SetPropertiesEvent(function(sender, e))
public: event EventHandler<WiaSetPropertiesEventArgs^>^ SetPropertiesEvent
The event handler receives an argument of type WiaSetPropertiesEventArgs containing data related to this event. The following WiaSetPropertiesEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Error | Gets the returned error code for each property being set. |
PropertyId | Gets the property ID for the property being set. |
Stop | Enables or disables firing the Leadtools.Wia.WiaSession.SetPropertiesEvent event. |
Value | Gets the property value for the property being set. |
ValueType | Gets the type of the property being set. |
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