CustomTextMaskInputArgs.SetResult Method
| Name | Parameters | Description |
|---|---|---|
| SetResult(String, Int32, Nullable<Int32>) | editText, cursorPosition, selectionAnchor | Sets the final editor text, selection anchor, and cursor position. |
| SetResult(String, String) | newHead, newTail | Sets the final editor text and cursor position. |