GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoButton Class / OnActionActivated Method
In This Topic
    OnActionActivated Method (GoButton)
    In This Topic
    If AutoRepeating is true, have the GoToolAction tool start calling OnActionAdjusted repeatedly while the mouse is down.
    Syntax
    public virtual void OnActionActivated( 
       GoView view,
       GoInputEventArgs e
    )

    Parameters

    view
    e
    See Also