DataObjectAddedEventArgs Class

Definition

Encapsulates event data for the ObjectAdded event.

public ref class DataObjectAddedEventArgs : Microsoft::VisualStudio::Data::Services::DataObjectEventArgs
public class DataObjectAddedEventArgs : Microsoft.VisualStudio.Data.Services.DataObjectEventArgs
type DataObjectAddedEventArgs = class
    inherit DataObjectEventArgs
Public Class DataObjectAddedEventArgs
Inherits DataObjectEventArgs
Inheritance
DataObjectAddedEventArgs

Constructors

DataObjectAddedEventArgs(String, Object[])

Initializes a new instance of the DataObjectAddedEventArgs class with the object type name and an array of identifier parts representing this data object.

Properties

Identifier

Gets a list of identifier parts for the data object.

(Inherited from DataObjectEventArgs)
TypeName

Gets the name of the data object type.

(Inherited from DataObjectEventArgs)

Applies to