Share via


RichTextBlock.IsTextTrimmedChanged Event

Definition

Occurs when the IsTextTrimmed property value has changed.

public event TypedEventHandler<RichTextBlock,IsTextTrimmedChangedEventArgs> IsTextTrimmedChanged;
<RichTextBlock IsTextTrimmedChanged="eventhandler"/>

Event Type

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Remarks

If the TextTrimming property is set to None (default), no trim indicator is drawn and the IsTextTrimmedChanged event does not fire.

Applies to