Search
LinkLabelEventArgs Constructor (LinkLabel)
See Also
 






Initializes a new instance of the LinkLabelEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public LinkLabelEventArgs (
    LinkLabel label
)

Visual Basic  Copy Code

Public New ( _
    label As LinkLabel _
)

 Parameters

label

The LinkLabel related to the event.

 See Also