Edit

Share via


TokenizingTextBoxItem.ClearClicked Event

Definition

Event raised when the 'Clear' Button is clicked.

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

Event Type

Windows.Foundation.TypedEventHandler<TokenizingTextBoxItem,Windows.UI.Xaml.RoutedEventArgs>

Applies to