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