DataObjectDeletedEventArgs Constructor

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

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Public Sub New ( _
    typeName As String, _
    identifier As Object() _
)
public DataObjectDeletedEventArgs(
    string typeName,
    Object[] identifier
)
public:
DataObjectDeletedEventArgs(
    String^ typeName, 
    array<Object^>^ identifier
)
new : 
        typeName:string * 
        identifier:Object[] -> DataObjectDeletedEventArgs
public function DataObjectDeletedEventArgs(
    typeName : String, 
    identifier : Object[]
)

Parameters

  • typeName
    Type: System.String

    The name of the data object's type.

  • identifier
    Type: array<System.Object[]

    An array of identifier parts that identify the data object.

.NET Framework Security

See Also

Reference

DataObjectDeletedEventArgs Class

Microsoft.VisualStudio.Data.Services Namespace