GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / OnBackgroundContextClicked Method
In This Topic
    OnBackgroundContextClicked Method
    In This Topic
    Invoke all BackgroundContextClicked event handlers.
    Syntax
    protected virtual void OnBackgroundContextClicked( 
       GoInputEventArgs evt
    )

    Parameters

    evt
    Remarks
    This event is often used to provide a context menu for the view when no object is at the click point. We recommend not using the Control.ContextMenu property, but bringing up a context menu explicitly when handling this event.
    See Also