TextEdit Events
A single-line text editor.
Name | Description |
---|---|
Batch |
Occurs when a batch of property changes have been committed by calling Batch |
Binding |
Occurs when the value of the Binding |
Child |
Raised whenever a child element is added to the element. Inherited from Element. |
Child |
Raised whenever a child element is removed from the element. Inherited from Element. |
Children |
Occurs when the order of this element’s children changes.
Inherited from Visual |
Clear |
Occurs when a user taps the clear icon.
Inherited from Edit |
Completed |
Occurs when a user taps the ‘Return’ button of the keyboard.
Inherited from Edit |
Descendant |
Raised whenever a child element is added to the element’s subtree. Inherited from Element. |
Descendant |
Raised whenever a child element is removed from the elements subtree. Inherited from Element. |
Double |
Fires when the user double taps the editor.
Inherited from Edit |
End |
Occurs when a user taps the trailing icon.
Inherited from Edit |
Error |
Occurs when a user taps the error icon.
Inherited from Edit |
Focus |
Occurs when a focus change is requested.
Inherited from Visual |
Focused |
Occurs when this element is focused.
Inherited from Visual |
Long |
Fires when the user presses and holds the editor.
Inherited from Edit |
Measure |
Occurs when the current measure of an element has been invalidated.
Inherited from Visual |
Property |
Occurs when a property value changes.
Inherited from Bindable |
Property |
Occurs when a property value is changing.
Inherited from Bindable |
Size |
Occurs when the size of an element changed.
Inherited from Visual |
Start |
Occurs when a user taps the leading icon.
Inherited from Edit |
Tap |
Fires when the user taps the editor.
Inherited from Edit |
Text |
Fires when text in the edit box changes.
Inherited from Text |
Unfocused |
Occurs when this element is unfocused.
Inherited from Visual |