Class NodeMouseEventArgs
Encapsulates arguments for the mouse actions events of a diagram.
Inheritance
System.Object
System.EventArgs
NodeMouseEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class NodeMouseEventArgs : EventArgs
Remarks
Constructors
NodeMouseEventArgs(Node)
Initializes a new instance of the NodeMouseEventArgs class.
Declaration
public NodeMouseEventArgs(Node node)
Parameters
Type | Name | Description |
---|---|---|
Node | node | The node. |
NodeMouseEventArgs(Node, Node)
Declaration
public NodeMouseEventArgs(Node node, Node actualNode)
Parameters
Type | Name | Description |
---|---|---|
Node | node | |
Node | actualNode |
Properties
ActualNode
Declaration
public Node ActualNode { get; }
Property Value
Type |
---|
Node |
Node
Gets the node instance.
Declaration
public Node Node { get; }
Property Value
Type | Description |
---|---|
Node | The node. |