DataObjectChangedEventArgs Constructor

Initializes a new instance of the DataObjectChangedEventArgs class.

Overload List

  Name Description
Public method DataObjectChangedEventArgs(String, []) Initializes a new instance of the DataObjectChangedEventArgs class with the object type name and an array of identifier parts representing the data object.
Public method DataObjectChangedEventArgs(String, [], []) Initializes a new instance of the DataObjectChangedEventArgs class with the object type name, an array of identifier parts, and another array of new identifier parts representing this data object.
Public method DataObjectChangedEventArgs(String, [], IDictionary<String, Object>, IDictionary<String, Object>) Initializes a new instance of the DataObjectChangedEventArgs class with the object type name, an array of identifier parts representing the data object, a collection of name/value pairs of property names and values, and another collection of name/value pairs for new property names and values.
Public method DataObjectChangedEventArgs(String, [], IDictionary<String, Object>, [], IDictionary<String, Object>) Initializes a new instance of the DataObjectChangedEventArgs class with the object type name, an array of identifier parts representing the data object, a collection of name/value pairs of property names and values, an array of new identifier parts representing the data object, and another collection of name/value pairs for new property names and values.

Top

See Also

Reference

DataObjectChangedEventArgs Class

DataObjectChangedEventArgs Members

Microsoft.VisualStudio.Data.Services Namespace