GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / OnPropertyChanged Method
In This Topic
    OnPropertyChanged Method (GoView)
    In This Topic
    Call all PropertyChanged event handlers.
    Syntax
    protected virtual void OnPropertyChanged( 
       PropertyChangedEventArgs evt
    )

    Parameters

    evt
    Remarks
    This also calls UpdateView, unless the property is known to be a minor one. If you override this method, be sure to call the base method too. This is called by RaisePropertyChangedEvent
    See Also