EditLinkLabelEventArgs
open class EditLinkLabelEventArgs
Provides data for events raised when text of LinkLabel-s is edited.
-
Initializes a new instance of the EditLinkLabelEventArgs class with the specified LinkLabel, old and new text.
Declaration
Swift
public init(label: LinkLabel, oldText: String, newText: String)
Parameters
treeItem
The LinkLabel that was editied.
oldText
The text before the edit.
newText
The text after the edit.
Return Value
The newly initialized EditLinkLabelEventArgs object.