GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / Indicator Class / OnAction Method
the Northwoods.Go.GoView that the input event occurred in
the Northwoods.Go.GoInputEventArgs describing the input event
In This Topic
    OnAction Method (Indicator)
    In This Topic
    This method is called by Northwoods.Go.GoToolAction when the mouse is released, to set the Value according to the current input point, within a transaction.
    Syntax
    public virtual void OnAction( 
       GoView view,
       GoInputEventArgs e
    )

    Parameters

    view
    the Northwoods.Go.GoView that the input event occurred in
    e
    the Northwoods.Go.GoInputEventArgs describing the input event
    Remarks
    This calls GetValueForPoint to determine the indicator's new value for the current mouse point.
    See Also