GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoView Class
/ RaiseBackgroundSelectionDropReject Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
RaiseBackgroundSelectionDropReject Method
In This Topic
Call
OnBackgroundSelectionDropReject
with the given
GoInputEventArgs
to raise a
BackgroundSelectionDropReject
event.
Syntax
C#
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
Reference
GoView Class
GoView Members