C#
VB
C++
Occurs when a property value is changing.
The event handler receives an argument of type PropertyChangingEventArgs containing data related to this event. The following PropertyChangingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
PropertyName | Gets the name of the property whose value is changing. |