Visual Basic (Declaration) | |
---|---|
Public Event EnumCapabilitiesEvent() As EventHandler(Of WiaEnumCapabilitiesEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler<WiaEnumCapabilitiesEventArgs> EnumCapabilitiesEvent() |
C++/CLI | |
---|---|
public: event EventHandler<WiaEnumCapabilitiesEventArgs>^ EnumCapabilitiesEvent(); |
This event will be called while enumerating the selected WIA source capabilities after calling the WiaSession.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.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family