ComponentOne FlexReport for UWP
PropertyChanging Event

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > INotifyObject Interface : PropertyChanging Event
Occurs when a property value about to be changed.
Syntax
'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.

PropertyDescription
Gets the name of the property that changing or changed.  
See Also