FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / INotifyObject Interface / PropertyChanged Event

In This Topic
    PropertyChanged Event (INotifyObject)
    In This Topic
    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