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
'Declaración
Public ReadOnly Property ChangeType As DataObjectChangeType
Get
public DataObjectChangeType ChangeType { get; }
public:
property DataObjectChangeType ChangeType {
DataObjectChangeType get ();
}
member ChangeType : DataObjectChangeType
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.