RichTextBlock.IsTextTrimmedChanged Event

Definition

Occurs when the IsTextTrimmed property value has changed.

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

Event Type

Remarks

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

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6