TextControlPasteEventArgs TextControlPasteEventArgs TextControlPasteEventArgs TextControlPasteEventArgs Class

Definition

Provides data for the text control Paste event.

public : sealed class TextControlPasteEventArgs : ITextControlPasteEventArgspublic sealed class TextControlPasteEventArgs : ITextControlPasteEventArgsPublic NotInheritable Class TextControlPasteEventArgs Implements ITextControlPasteEventArgs// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

For more info, see the Paste event.

Properties

Handled Handled Handled Handled

Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.

public : PlatForm::Boolean Handled { get; set; }public bool Handled { get; set; }Public ReadWrite Property Handled As bool// This API is not available in Javascript.
Value
PlatForm::Boolean bool bool bool

true to mark the routed event handled. false to leave the routed event unhandled, which permits the event to potentially route further and be acted on by other handlers. The default is false.

Remarks

For more info, see the Paste event.