GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoActionObject Interface / OnActionCancelled Method
the GoView that the input event occurred in
In This Topic
    OnActionCancelled Method (IGoActionObject)
    In This Topic
    This method is called by GoToolAction to notify the object that the tool is being cancelled.
    Syntax
    void OnActionCancelled( 
       GoView view
    )

    Parameters

    view
    the GoView that the input event occurred in
    See Also