ComponentOne FlexReport for UWP
PropertyChanged Event (INotifyObject)

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > INotifyObject Interface : PropertyChanged Event
Occurs when a property value changed.
Syntax
'Declaration
 
Event PropertyChanged As PropertyNotifyEventHandler
event PropertyNotifyEventHandler PropertyChanged
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