- sender
 - The source Object firing the event.
 
- e
 - An InstanceReceivedEventArgs that contains the event data.
 
| Visual Basic (Declaration) | |
|---|---|
Protected Sub OnInstanceReceived( _ ByVal sender As Object, _ ByVal e As InstanceReceivedEventArgs _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
protected void OnInstanceReceived( object sender, InstanceReceivedEventArgs e )  | |
| C++/CLI | |
|---|---|
protected: void OnInstanceReceived( Object^ sender, InstanceReceivedEventArgs^ e )  | |
Parameters
- sender
 - The source Object firing the event.
 - e
 - An InstanceReceivedEventArgs that contains the event data.
 
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code