CoreTextSelectionUpdatingEventArgs.Result Property

Definition

Gets or sets a value that indicates the result of handling the SelectionUpdating event. The default value is Succeeded but if you can't action the operation as the text input server expects then before returning from the event handler set the property to the appropriate value to indicate what has happened.

public:
 property CoreTextSelectionUpdatingResult Result { CoreTextSelectionUpdatingResult get(); void set(CoreTextSelectionUpdatingResult value); };
CoreTextSelectionUpdatingResult Result();

void Result(CoreTextSelectionUpdatingResult value);
public CoreTextSelectionUpdatingResult Result { get; set; }
var coreTextSelectionUpdatingResult = coreTextSelectionUpdatingEventArgs.result;
coreTextSelectionUpdatingEventArgs.result = coreTextSelectionUpdatingResult;
Public Property Result As CoreTextSelectionUpdatingResult

Property Value

The result of handling the SelectionUpdating event. The default is Succeeded.

Applies to