DataObjectEventArgs Class
Represents the base class for the following other classes that contain data object event data: DataObjectAddedEventArgs, DataObjectChangedEventArgs, and DataObjectDeletedEventArgs.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Public MustInherit Class DataObjectEventArgs _
Inherits EventArgs
'使用
Dim instance As DataObjectEventArgs
public abstract class DataObjectEventArgs : EventArgs
public ref class DataObjectEventArgs abstract : public EventArgs
public abstract class DataObjectEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.Data.Services.DataObjectEventArgs
Microsoft.VisualStudio.Data.Services.DataObjectAddedEventArgs
Microsoft.VisualStudio.Data.Services.DataObjectChangedEventArgs
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.