DataObjectEventArgs Class

Definition

Represents the base class for the following other classes that contain data object event data: DataObjectAddedEventArgs, DataObjectChangedEventArgs, and DataObjectDeletedEventArgs.

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