GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoButton Class / OnAction Method
the GoView that is handling input events for this IGoActionObject
assumed to be the same as the view's GoView.LastInput
In This Topic
    OnAction Method (GoButton)
    In This Topic
    Call all of the Action event handlers.
    Syntax
    public virtual void OnAction( 
       GoView view,
       GoInputEventArgs e
    )

    Parameters

    view
    the GoView that is handling input events for this IGoActionObject
    e
    assumed to be the same as the view's GoView.LastInput
    Remarks
    This method is called when the user does a mouse press and release on this button. If the mouse point is no longer over this object, no Action event handlers are called, and OnActionCancelled is called instead.
    See Also