Raises the appropriate Selecting event.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool RaiseSelecting ( |
Visual Basic
Copy Code
|
|---|
Public Function RaiseSelecting( _ |
The DiagramItem related to the event.
The current mouse position, in document coordinates.
true if the operation has been confirmed; otherwise, false.
See Also