Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the method that handles the ObjectChanged event on the DataObjectChangeEvents class.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Delegate Sub DataObjectChangedEventHandler ( _
sender As Object, _
e As DataObjectChangedEventArgs _
)
public delegate void DataObjectChangedEventHandler(
Object sender,
DataObjectChangedEventArgs e
)
public delegate void DataObjectChangedEventHandler(
Object^ sender,
DataObjectChangedEventArgs^ e
)
type DataObjectChangedEventHandler =
delegate of
sender:Object *
e:DataObjectChangedEventArgs -> unit
JScript does not support delegates.
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: Microsoft.VisualStudio.Data.DataObjectChangedEventArgs
A DataObjectChangedEventArgs that contains the event data.