Share via


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

'Declaration
Public ReadOnly Property ChangeType As DataObjectChangeType
public DataObjectChangeType ChangeType { get; }
public:
property DataObjectChangeType ChangeType {
    DataObjectChangeType get ();
}
member ChangeType : DataObjectChangeType with get
function get ChangeType () : DataObjectChangeType

Property Value

Type: Microsoft.VisualStudio.Data.DataObjectChangeType
Returns a DataObjectChangeType value representing the type of data object change that occurred.

.NET Framework Security

See Also

Reference

DataObjectChangedEventArgs Class

Microsoft.VisualStudio.Data Namespace