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