ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ActiveModel Class / PropertyChanged Event

In This Topic
    PropertyChanged Event (ActiveModel)
    In This Topic
    The event raises when a property is changed on a component.
    Syntax
    'Declaration
     
    Public Event PropertyChanged As PropertyChangedEventHandler
    public event PropertyChangedEventHandler PropertyChanged
    Event Data

    The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also