TextControlPasteEventHandler Delegate

Definition

Represents the method that will handle a Paste event.

C#
[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);

Parameters

sender
Object

The object where the handler is attached.

e
TextControlPasteEventArgs

Event data for the event.

Attributes

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also