Represents methods that are called when the user activates actions from the context menu.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public delegate void ContextMenuAction ( |
Visual Basic
Copy Code
|
|---|
Public Delegate Sub ContextMenuAction( _ |
The diagram item for which the menu is displayed.
The touch point.
See Also