TokenizingTextBox.TokenItemAdded 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 new token item has been added.
public event Windows.Foundation.TypedEventHandler<Microsoft.Toolkit.Uwp.UI.Controls.TokenizingTextBox,object> TokenItemAdded;
member this.TokenItemAdded : Windows.Foundation.TypedEventHandler<Microsoft.Toolkit.Uwp.UI.Controls.TokenizingTextBox, obj>
Public Event TokenItemAdded As TypedEventHandler(Of TokenizingTextBox, Object)