DataObjectChangedEventArgs.ChangeType Property
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.
Retrieves the type of data object change that occurred, from among those obtained from the DataObjectChangeType enumeration.
public:
property Microsoft::VisualStudio::Data::DataObjectChangeType ChangeType { Microsoft::VisualStudio::Data::DataObjectChangeType get(); };
public Microsoft.VisualStudio.Data.DataObjectChangeType ChangeType { get; }
member this.ChangeType : Microsoft.VisualStudio.Data.DataObjectChangeType
Public ReadOnly Property ChangeType As DataObjectChangeType
Property Value
Returns a DataObjectChangeType value representing the type of data object change that occurred.