DataObjectDeletedEventArgs Class
Encapsulates event data for the ObjectDeleted event.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Public Class DataObjectDeletedEventArgs _
Inherits DataObjectEventArgs
'使用
Dim instance As DataObjectDeletedEventArgs
public class DataObjectDeletedEventArgs : DataObjectEventArgs
public ref class DataObjectDeletedEventArgs : public DataObjectEventArgs
public class DataObjectDeletedEventArgs extends DataObjectEventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.Data.Services.DataObjectEventArgs
Microsoft.VisualStudio.Data.Services.DataObjectDeletedEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.