Initializes a new instance of the ComponentMouseEventArgs class.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ComponentMouseEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
A reference to the related component.
The position of the mouse, in document coordinates.
See Also