Share via


DataObjectChangedEventArgs Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the DataObjectChangedEventArgs class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method DataObjectChangedEventArgs(String, array<Object[]) 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, array<Object[], array<Object[]) 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, array<Object[], 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, array<Object[], IDictionary<String, Object>, array<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

Microsoft.VisualStudio.Data.Services Namespace