TokenizingTextBoxItem.ClearAllAction 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 the delete key or a backspace is pressed.
public event Windows.Foundation.TypedEventHandler<Microsoft.Toolkit.Uwp.UI.Controls.TokenizingTextBoxItem,Windows.UI.Xaml.RoutedEventArgs> ClearAllAction;
member this.ClearAllAction : Windows.Foundation.TypedEventHandler<Microsoft.Toolkit.Uwp.UI.Controls.TokenizingTextBoxItem, Windows.UI.Xaml.RoutedEventArgs>
Public Event ClearAllAction As TypedEventHandler(Of TokenizingTextBoxItem, RoutedEventArgs)