DataObjectAddedEventArgs Class
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.
Provides data for the ObjectAdded event of data objects.
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
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) |