<< Click to Display Table of Contents >> NShape Reference
|
Processes a mouse event in the display.
public virtual bool ProcessMouseEvent(IDiagramPresenter diagramPresenter, MouseEventArgsDg e) |
The display delegates the mouse event to its current tool.
Name |
Description |
---|---|
diagramPresenter |
Display from which the event originates. |
e |
Description of the mouse event. |
Returns true if the mouse event was handled by the tool or false in case the display should handle the mouse event.
Exception |
Condition |
---|---|
ArgumentNullException |
The given IDiagramPresenter is null. |