Share via


DataObjectAddedEventArgs(String, Object[]) Constructor

Definition

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

public:
 DataObjectAddedEventArgs(System::String ^ typeName, cli::array <System::Object ^> ^ identifier);
public DataObjectAddedEventArgs (string typeName, object[] identifier);
new Microsoft.VisualStudio.Data.Services.DataObjectAddedEventArgs : string * obj[] -> Microsoft.VisualStudio.Data.Services.DataObjectAddedEventArgs
Public Sub New (typeName As String, identifier As Object())

Parameters

typeName
String

The name of the data object's type.

identifier
Object[]

An array of identifier parts that identify the data object.

Applies to