Share via


CoreTextFormatUpdatingEventArgs.Result Property

Definition

Gets or sets a value that indicates the result of handling the FormatUpdating 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 CoreTextFormatUpdatingResult Result { CoreTextFormatUpdatingResult get(); void set(CoreTextFormatUpdatingResult value); };
CoreTextFormatUpdatingResult Result();

void Result(CoreTextFormatUpdatingResult value);
public CoreTextFormatUpdatingResult Result { get; set; }
var coreTextFormatUpdatingResult = coreTextFormatUpdatingEventArgs.result;
coreTextFormatUpdatingEventArgs.result = coreTextFormatUpdatingResult;
Public Property Result As CoreTextFormatUpdatingResult

Property Value

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

Applies to