GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoActionObject Interface / OnAction Method
the GoView that the input event occurred in
the GoInputEventArgs describing the input event
In This Topic
    OnAction Method (IGoActionObject)
    In This Topic
    This method is called by GoToolAction to perform the object's action, normally by a mouse button being released.
    Syntax
    void OnAction( 
       GoView view,
       GoInputEventArgs e
    )

    Parameters

    view
    the GoView that the input event occurred in
    e
    the GoInputEventArgs describing the input event
    See Also