Share via


CoreTextFormatUpdatingEventArgs.Reason Property

Definition

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.

Applies to