DataObjectEventArgs Class

Definition

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.

Applies to