Edit

Share via


RichSuggestBox.Paste Event

Definition

Event raised when text is pasted into the control.

public event Windows.Foundation.TypedEventHandler<Microsoft.Toolkit.Uwp.UI.Controls.RichSuggestBox,Windows.UI.Xaml.Controls.TextControlPasteEventArgs> Paste;
member this.Paste : Windows.Foundation.TypedEventHandler<Microsoft.Toolkit.Uwp.UI.Controls.RichSuggestBox, Windows.UI.Xaml.Controls.TextControlPasteEventArgs> 
Public Event Paste As TypedEventHandler(Of RichSuggestBox, TextControlPasteEventArgs) 

Event Type

Windows.Foundation.TypedEventHandler<RichSuggestBox,Windows.UI.Xaml.Controls.TextControlPasteEventArgs>

Applies to