Invoked when the user clicks this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual void OnClick ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub OnClick( _ |
Specifies the mouse button used to click the item.
Specifies the mouse position.
RemarksImplement this method in a custom item class if you need to detect clicks without handling events of the Diagram class.
See Also