GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRulerCursor Class / OnPropertyChanging Method
In This Topic
    OnPropertyChanging Method
    In This Topic
    This is called to raise the PropertyChanging event.
    Syntax
    protected virtual void OnPropertyChanging( 
       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