CoreTextFormatUpdatingEventArgs.Reason 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 a value that indicates the reason that the text input server needs to apply formatting to this range of text. The server populates this property before raising the event.
public:
property CoreTextFormatUpdatingReason Reason { CoreTextFormatUpdatingReason get(); };
CoreTextFormatUpdatingReason Reason();
public CoreTextFormatUpdatingReason Reason { get; }
var coreTextFormatUpdatingReason = coreTextFormatUpdatingEventArgs.reason;
Public ReadOnly Property Reason As CoreTextFormatUpdatingReason
Property Value
A value that indicates the reason that the server needs to apply formatting to this range of text.