DataObjectDeletedEventArgs(String, Object[]) Constructor

Definition

Initializes a new instance of the DataObjectDeletedEventArgs class with the object type name and a list of identifier parts representing the data object.

public:
 DataObjectDeletedEventArgs(System::String ^ typeName, cli::array <System::Object ^> ^ identifier);
public DataObjectDeletedEventArgs (string typeName, object[] identifier);
new Microsoft.VisualStudio.Data.Services.DataObjectDeletedEventArgs : string * obj[] -> Microsoft.VisualStudio.Data.Services.DataObjectDeletedEventArgs
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