- sender
 - The source of the sender
 
- e
 - A WiaEnumCapabilitiesEventArgs object that contains the event data.
 
| Visual Basic (Declaration) | |
|---|---|
Public Sub raise_EnumCapabilitiesEvent( _ ByVal sender As Object, _ ByVal e As WiaEnumCapabilitiesEventArgs _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public void raise_EnumCapabilitiesEvent( object sender, WiaEnumCapabilitiesEventArgs e )  | |
| C++/CLI | |
|---|---|
public: void raise_EnumCapabilitiesEvent( Object^ sender, WiaEnumCapabilitiesEventArgs^ e )  | |
Parameters
- sender
 - The source of the sender
 - e
 - A WiaEnumCapabilitiesEventArgs object that contains the event data.
 
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code