CoreTextLayoutRequestedEventArgs CoreTextLayoutRequestedEventArgs CoreTextLayoutRequestedEventArgs CoreTextLayoutRequestedEventArgs Class

Definition

Provides data for the LayoutRequested event.

public : sealed class CoreTextLayoutRequestedEventArgs : ICoreTextLayoutRequestedEventArgspublic sealed class CoreTextLayoutRequestedEventArgs : ICoreTextLayoutRequestedEventArgsPublic NotInheritable Class CoreTextLayoutRequestedEventArgs Implements ICoreTextLayoutRequestedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

An object of this type is passed as an argument to a handler for the LayoutRequested event.

Properties

Request Request Request Request

Gets information about a LayoutRequested event.

public : CoreTextLayoutRequest Request { get; }public CoreTextLayoutRequest Request { get; }Public ReadOnly Property Request As CoreTextLayoutRequest// You can use this property in JavaScript.