DataConnection.ObjectChangeEvents 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 an object that provides a set of events raised when data objects on the data source are added, changed, or removed.
public:
property Microsoft::VisualStudio::Data::DataObjectChangeEvents ^ ObjectChangeEvents { Microsoft::VisualStudio::Data::DataObjectChangeEvents ^ get(); };
public Microsoft.VisualStudio.Data.DataObjectChangeEvents ObjectChangeEvents { get; }
member this.ObjectChangeEvents : Microsoft.VisualStudio.Data.DataObjectChangeEvents
Public ReadOnly Property ObjectChangeEvents As DataObjectChangeEvents
Property Value
Returns a DataObjectChangeEvents object instance, which provides a set of events raised when data objects on the data source are added, changed or removed.