CoreTextFormatUpdatingEventArgs.Result Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.