DataObjectChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[], Object[]) |
Class constructor. Initializes a new instance of the DataObjectChangedEventArgs class when the identifier of the changed object is modified. |
DataObjectChangedEventArgs(DataObjectChangeType, String, Object[]) |
Class constructor. Initializes a new instance of the DataObjectChangedEventArgs class with object change data. |
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. |