Visual Basic (Declaration) | |
---|---|
Public Event EnumFormatsEvent() As EventHandler(Of WiaEnumFormatsEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler<WiaEnumFormatsEventArgs> EnumFormatsEvent() |
C++/CLI | |
---|---|
public: event EventHandler<WiaEnumFormatsEventArgs>^ EnumFormatsEvent(); |
This event will be called while enumerating the selected WIA source supported transfer formats after calling the WiaSession.EnumFormats method
to provide the user with information about each found transfer format 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