Occurs for each found capability of the currently selected WIA source after calling the EnumCapabilities method.
The event handler receives an argument of type WiaEnumCapabilitiesEventArgs containing data related to this event. The following WiaEnumCapabilitiesEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CapabilitiesCount | Gets a count of the enumerated capabilities. |
Capability | Gets information about the enumerated capabilities of the selected WIA item. |
Stop | Enables or disables firing the EnumCapabilitiesEvent event. |
This event will be called while enumerating the selected WIA source capabilities after calling the EnumCapabilities method to provide the user with information about each found capability and the found capabilities count and also gives the ability to abort the enumeration process.