Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Encapsulates event data for the ObjectAdded, ObjectChanged, and ObjectRemoved events.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Class DataObjectChangedEventArgs _
Inherits EventArgs
'Usage
Dim instance As DataObjectChangedEventArgs
public class DataObjectChangedEventArgs : EventArgs
public ref class DataObjectChangedEventArgs : public EventArgs
public class DataObjectChangedEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.Data.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.