DataObjectChangedEventArgs.ChangeType Property

Retrieves the type of data object change that occurred, from among those obtained from the DataObjectChangeType enumeration.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Public ReadOnly Property ChangeType As DataObjectChangeType

Dim instance As DataObjectChangedEventArgs
Dim value As DataObjectChangeType

value = instance.ChangeType
public DataObjectChangeType ChangeType { get; }
public:
property DataObjectChangeType ChangeType {
    DataObjectChangeType get ();
}
public function get ChangeType () : DataObjectChangeType

Property Value

Type: Microsoft.VisualStudio.Data.DataObjectChangeType

Returns a DataObjectChangeType value representing the type of data object change that occurred.

Permissions

See Also

Reference

DataObjectChangedEventArgs Class

DataObjectChangedEventArgs Members

Microsoft.VisualStudio.Data Namespace