TextControlPasteEventHandler Delegate

Definition

Represents the method that will handle a Paste event.

public delegate void TextControlPasteEventHandler(Platform::Object ^ sender, TextControlPasteEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3580736345, 28535, 17046, 171, 156, 121, 73, 57, 68, 67, 101)]
class TextControlPasteEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3580736345, 28535, 17046, 171, 156, 121, 73, 57, 68, 67, 101)]
public delegate void TextControlPasteEventHandler(object sender, TextControlPasteEventArgs e);
Public Delegate Sub TextControlPasteEventHandler(sender As Object, e As TextControlPasteEventArgs)

Parameters

sender
Object

Platform::Object

IInspectable

The object where the handler is attached.

e
TextControlPasteEventArgs

Event data for the event.

Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to

See also