CoreTextTextRequestedEventArgs
CoreTextTextRequestedEventArgs
CoreTextTextRequestedEventArgs
CoreTextTextRequestedEventArgs
Class
Definition
Provides data for the TextRequested event.
public : sealed class CoreTextTextRequestedEventArgs : ICoreTextTextRequestedEventArgspublic sealed class CoreTextTextRequestedEventArgs : ICoreTextTextRequestedEventArgsPublic NotInheritable Class CoreTextTextRequestedEventArgs Implements ICoreTextTextRequestedEventArgs// 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 TextRequested event.
Properties
Request Request Request Request
Gets information about a TextRequested event.
public : CoreTextTextRequest Request { get; }public CoreTextTextRequest Request { get; }Public ReadOnly Property Request As CoreTextTextRequest// You can use this property in JavaScript.
An object that represents information about a TextRequested event.