WorkflowDataContext.PropertyChanged Event

Definition

Occurs when a property value changes.

C#
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;

Event Type

Implements

Remarks

The PropertyChanged event can indicate all properties on the object have changed by using either null (Nothing in Visual Basic) or String.Empty as the property name in the PropertyChangedEventArgs. For more information, see INotifyPropertyChanged.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1