- value0
- The source of the sender
- value1
- A WiaEnumCapabilitiesEventArgs object that contains the event data.
Visual Basic (Declaration) | |
---|---|
Protected Sub raise__enumCapabilitiesEvent( _ ByVal value0 As Object, _ ByVal value1 As WiaEnumCapabilitiesEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WiaSession Dim value0 As Object Dim value1 As WiaEnumCapabilitiesEventArgs instance.raise__enumCapabilitiesEvent(value0, value1) |
C# | |
---|---|
protected void raise__enumCapabilitiesEvent( object value0, WiaEnumCapabilitiesEventArgs value1 ) |
C++/CLI | |
---|---|
protected: void raise__enumCapabilitiesEvent( Object^ value0, WiaEnumCapabilitiesEventArgs^ value1 ) |
Parameters
- value0
- The source of the sender
- value1
- A WiaEnumCapabilitiesEventArgs object that contains the event data.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7