Visual Basic
C#
Managed Extensions for C++
C++/CLI
The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
PropertyName |
The PropertyChanged event can indicate all properties on the object have changed
by using String.Empty as the property name.