DataObjectChangedEventArgs Class
Encapsulates event data for the ObjectChanged event.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Class DataObjectChangedEventArgs _
Inherits DataObjectEventArgs
'Usage
Dim instance As DataObjectChangedEventArgs
public class DataObjectChangedEventArgs : DataObjectEventArgs
public ref class DataObjectChangedEventArgs : public DataObjectEventArgs
public class DataObjectChangedEventArgs extends DataObjectEventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.Data.Services.DataObjectEventArgs
Microsoft.VisualStudio.Data.Services.DataObjectChangedEventArgs
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.