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

    Parameters

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