Initializes a new instance of the DiagramEventArgs class.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public DiagramEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The mouse button related to the event.
The cursor location at the time the event is raised, expressed in document coordinates.
See Also