DataObjectChangedEventHandler Delegate

Definition

Represents the method that handles the ObjectChanged event on the DataObjectChangeEvents class.

C++
public delegate void DataObjectChangedEventHandler(System::Object ^ sender, DataObjectChangedEventArgs ^ e);

Parameters

sender
Object

The source of the event.

e
DataObjectChangedEventArgs

A DataObjectChangedEventArgs that contains the event data.

Applies to

Product Versions
Visual Studio SDK 2017, 2019, 2022