GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / PropertyChanged Event
In This Topic
    PropertyChanged Event (GoView)
    In This Topic
    Rather than having separate events whenever any view property changed, all such notifications occur through this single event.
    Syntax
    [Category("GoView")]
    [Description("A property value has been changed (a 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