Edit

Share via


TokenizingTextBoxItem.ClearAllAction Event

Definition

Event raised when the delete key or a backspace is pressed.

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

Event Type

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

Applies to