DataObjectDeletedEventArgs 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 ObjectDeleted event of data objects.
public ref class DataObjectDeletedEventArgs : Microsoft::VisualStudio::Data::Services::DataObjectEventArgs
public class DataObjectDeletedEventArgs : Microsoft.VisualStudio.Data.Services.DataObjectEventArgs
type DataObjectDeletedEventArgs = class
inherit DataObjectEventArgs
Public Class DataObjectDeletedEventArgs
Inherits DataObjectEventArgs
- Inheritance
Constructors
DataObjectDeletedEventArgs(String, Object[]) |
Initializes a new instance of the DataObjectDeletedEventArgs class with the object type name and a list of identifier parts representing the 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) |