GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / Indicator Class / OnActionCancelled Method
In This Topic
    OnActionCancelled Method (Indicator)
    In This Topic
    This method is called by Northwoods.Go.GoToolAction when the tool is being cancelled.
    Syntax
    public virtual void OnActionCancelled( 
       GoView view
    )

    Parameters

    view
    Remarks
    This just restores the Value to its original value, remembered at the time this indicator was activated.
    See Also