Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
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