GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / RaiseBackgroundSelectionDropReject Method
In This Topic
    RaiseBackgroundSelectionDropReject Method
    In This Topic
    Syntax
    public void RaiseBackgroundSelectionDropReject( 
       GoInputEventArgs evt
    )

    Parameters

    evt
    Remarks
    The caller needs to allocate a GoInputEventArgs and afterwards examine the GoInputEventArgs.InputState to see if an event handler had set the value to GoInputState.GoInputState.Cancel.
    See Also