'Declaration Event PropertyChanging As PropertyNotifyEventHandler
event PropertyNotifyEventHandler PropertyChanging
Event Data
The event handler receives an argument of type PropertyNotifyEventArgs containing data related to this event. The following PropertyNotifyEventArgs properties provide information specific to this event.
Property | Description |
---|---|
PropertyName | Gets the name of the property that changing or changed. |
See Also