DataObjectChangedEventArgs Class

Definition

Encapsulates event data for the ObjectAdded, ObjectChanged, and ObjectRemoved events.

public ref class DataObjectChangedEventArgs : EventArgs
public class DataObjectChangedEventArgs : EventArgs
type DataObjectChangedEventArgs = class
    inherit EventArgs
Public Class DataObjectChangedEventArgs
Inherits EventArgs
Inheritance
DataObjectChangedEventArgs

Constructors

DataObjectChangedEventArgs(DataObjectChangeType, String, Object[])

Class constructor. Initializes a new instance of the DataObjectChangedEventArgs class with object change data.

DataObjectChangedEventArgs(DataObjectChangeType, String, Object[], Object[])

Class constructor. Initializes a new instance of the DataObjectChangedEventArgs class when the identifier of the changed object is modified.

Properties

ChangeType

Retrieves the type of data object change that occurred, from among those obtained from the DataObjectChangeType enumeration.

Identifier

Retrieves the identifier of the data object involved in the change.

NewIdentifier

Retrieves the new identifier of the data object after the change.

TypeName

Retrieves the name of the data object type involved in the change.

Applies to