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(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3723732672, 23217, 23924, 130, 137, 137, 44, 6, 20, 101, 143)]
public delegate void TextControlPasteEventHandler(object sender, TextControlPasteEventArgs e);
Public Delegate Sub TextControlPasteEventHandler(sender As Object, e As TextControlPasteEventArgs)

Parameters

sender
Object

Platform::Object

The object where the handler is attached.

e
TextControlPasteEventArgs

Event data for the event.

Attributes

Applies to

See also