DataObjectChangedEventArgs Class

Definition

Provides data for the ObjectChanged event of data objects.

public ref class DataObjectChangedEventArgs : Microsoft::VisualStudio::Data::Services::DataObjectEventArgs
public class DataObjectChangedEventArgs : Microsoft.VisualStudio.Data.Services.DataObjectEventArgs
type DataObjectChangedEventArgs = class
    inherit DataObjectEventArgs
Public Class DataObjectChangedEventArgs
Inherits DataObjectEventArgs
Inheritance
DataObjectChangedEventArgs

Constructors

DataObjectChangedEventArgs(String, Object[])

Initializes a new instance of the DataObjectChangedEventArgs class with the object type name and an array of identifier parts representing the data object.

DataObjectChangedEventArgs(String, 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.

DataObjectChangedEventArgs(String, Object[], IDictionary<String,Object>, 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.

DataObjectChangedEventArgs(String, Object[], 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.

Properties

Identifier

Gets a list of identifier parts for the data object.

(Inherited from DataObjectEventArgs)
NewIdentifier

Gets a list of all new identifier parts that represent the data object.

NewPropertyValues

Gets a collection of name/value pairs containing the new property names and values.

PropertyValues

Gets a collection of name/value pairs containing the existing property names and values.

TypeName

Gets the name of the data object type.

(Inherited from DataObjectEventArgs)

Applies to