Share via


DataObjectChangedEventArgs.ChangeType Property

Definition

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.

Applies to