RichSuggestBox.Paste Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>