GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyModifier Class / OnPropertyChanged Method
In This Topic
    OnPropertyChanged Method (GoPropertyModifier)
    In This Topic
    This is called to raise the PropertyChanged event.
    Syntax
    protected virtual void OnPropertyChanged( 
       PropertyChangedEventArgs evt
    )

    Parameters

    evt
    Remarks
    If you override this method, be sure to call the base method so that all the registered delegates will be called.
    See Also