DataObjectEventArgs(String, Object[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DataObjectEventArgs class, specifying the object type name and a list of identifier parts representing the data object.
protected:
DataObjectEventArgs(System::String ^ typeName, cli::array <System::Object ^> ^ identifier);
protected DataObjectEventArgs (string typeName, object[] identifier);
new Microsoft.VisualStudio.Data.Services.DataObjectEventArgs : string * obj[] -> Microsoft.VisualStudio.Data.Services.DataObjectEventArgs
Protected 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.