TokenizingTextBox.TokenItemRemoving 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 a token item is about to be removed. Can be canceled to prevent removal of a token.
public event Windows.Foundation.TypedEventHandler<Microsoft.Toolkit.Uwp.UI.Controls.TokenizingTextBox,Microsoft.Toolkit.Uwp.UI.Controls.TokenItemRemovingEventArgs> TokenItemRemoving;
member this.TokenItemRemoving : Windows.Foundation.TypedEventHandler<Microsoft.Toolkit.Uwp.UI.Controls.TokenizingTextBox, Microsoft.Toolkit.Uwp.UI.Controls.TokenItemRemovingEventArgs>
Public Event TokenItemRemoving As TypedEventHandler(Of TokenizingTextBox, TokenItemRemovingEventArgs)