| Leadtools.Wia Namespace > WiaSession Class : EnumFormatsEvent Event |
public event EventHandler<WiaEnumFormatsEventArgs> EnumFormatsEvent
'Declaration Public Event EnumFormatsEvent As EventHandler(Of WiaEnumFormatsEventArgs)
'Usage Dim instance As WiaSession Dim handler As EventHandler(Of WiaEnumFormatsEventArgs) AddHandler instance.EnumFormatsEvent, handler
public: event EventHandler<WiaEnumFormatsEventArgs^>^ EnumFormatsEvent
The event handler receives an argument of type WiaEnumFormatsEventArgs containing data related to this event. The following WiaEnumFormatsEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Format | Gets the enumerated format. |
| FormatsCount | Gets the count of the formats being enumerated. |
| Stop | Enables or disables firing the EnumFormatsEvent event. |
| TransferMode | Gets the supported transfer mode for the enumerated format. |