DataObjectChangedEventArgs Constructor
Include Protected Members
Include Inherited Members
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 | |
---|---|---|
DataObjectChangedEventArgs(DataObjectChangeType, String, array<Object[]) | Class constructor. Initializes a new instance of the DataObjectChangedEventArgs class with object change data. | |
DataObjectChangedEventArgs(DataObjectChangeType, String, array<Object[], array<Object[]) | Class constructor. Initializes a new instance of the DataObjectChangedEventArgs class when the identifier of the changed object is modified. |
Top