Search
LinkLabelEventArgs Constructor (LinkLabel, Point)
See Also
 






Initializes a new instance of the LinkLabelEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public LinkLabelEventArgs (
    LinkLabel label,
    Point position
)

Visual Basic  Copy Code

Public New ( _
    label As LinkLabel, _
    position As Point _
)

 Parameters

label

The LinkLabel related to the event.

position

The location related to the event.

 See Also