Edit

Share via


TokenizingTextBox.TokenItemAdded Event

Definition

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) 

Event Type

Windows.Foundation.TypedEventHandler<TokenizingTextBox,Object>

Applies to