- sender
- The source System.Object firing the event.
- e
- An InstanceMovedEventArgs that contains the event data.
Visual Basic (Declaration) | |
---|---|
Protected Sub OnInstanceMoved( _ ByVal sender As Object, _ ByVal e As InstanceMovedEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RetrieveClient Dim sender As Object Dim e As InstanceMovedEventArgs instance.OnInstanceMoved(sender, e) |
C# | |
---|---|
protected void OnInstanceMoved( object sender, InstanceMovedEventArgs e ) |
C++/CLI | |
---|---|
protected: void OnInstanceMoved( Object^ sender, InstanceMovedEventArgs^ e ) |
Parameters
- sender
- The source System.Object firing the event.
- e
- An InstanceMovedEventArgs 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