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