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
treeItemThe LinkLabel that was editied.
oldTextThe text before the edit.
newTextThe text after the edit.
Return Value
The newly initialized EditLinkLabelEventArgs object.
EditLinkLabelEventArgs Class Reference