DataObjectEventArgs 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.
Provides data for the ObjectAdded, ObjectChanged and ObjectDeleted events of data objects.
public ref class DataObjectEventArgs abstract : EventArgs
public abstract class DataObjectEventArgs : EventArgs
type DataObjectEventArgs = class
inherit EventArgs
Public MustInherit Class DataObjectEventArgs
Inherits EventArgs
- Inheritance
-
DataObjectEventArgs
- Derived
Constructors
DataObjectEventArgs(String, Object[]) |
Initializes a new instance of the DataObjectEventArgs class, specifying the object type name and a list of identifier parts representing the data object. |
Properties
Identifier |
Gets a list of identifier parts for the data object. |
TypeName |
Gets the name of the data object type. |