Visual Basic (Declaration) | |
---|---|
Public Event SetPropertiesEvent() As EventHandler(Of WiaSetPropertiesEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler<WiaSetPropertiesEventArgs> SetPropertiesEvent() |
C++/CLI | |
---|---|
public: event EventHandler<WiaSetPropertiesEventArgs>^ SetPropertiesEvent(); |
This event will be called while setting each property inside the WiaProperties structure after calling the SetProperties method
to provide the user with information about the return error, the property Id, the property value and property variable type and also gives the ability
to abort the properties setting process.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family