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

    Parameters

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