Leadtools.Wia Namespace > WiaSession Class : EnumItemsEvent Event |
public event EventHandler<WiaEnumItemsEventArgs> EnumItemsEvent
'Declaration Public Event EnumItemsEvent As EventHandler(Of WiaEnumItemsEventArgs)
'Usage Dim instance As WiaSession Dim handler As EventHandler(Of WiaEnumItemsEventArgs) AddHandler instance.EnumItemsEvent, handler
public: event EventHandler<WiaEnumItemsEventArgs^>^ EnumItemsEvent
The event handler receives an argument of type WiaEnumItemsEventArgs containing data related to this event. The following WiaEnumItemsEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Item | Gets the enumerated item. |
ItemsCount | Gets the count of the items being enumerated. |
Stop | Enables or disables firing the EnumItemsEvent event. |