GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoActionObject Interface / OnActionAdjusted Method
the GoView that the input event occurred in
the GoInputEventArgs describing the input event
In This Topic
    OnActionAdjusted Method (IGoActionObject)
    In This Topic
    This method is called by GoToolAction as the user is adjusting the object, normally by a mouse drag or move.
    Syntax
    void OnActionAdjusted( 
       GoView view,
       GoInputEventArgs e
    )

    Parameters

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