TokenItemRemovingEventArgs(Object, TokenizingTextBoxItem) Constructor
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.
Initializes a new instance of the TokenItemRemovingEventArgs class.
public TokenItemRemovingEventArgs (object item, Microsoft.Toolkit.Uwp.UI.Controls.TokenizingTextBoxItem token);
new Microsoft.Toolkit.Uwp.UI.Controls.TokenItemRemovingEventArgs : obj * Microsoft.Toolkit.Uwp.UI.Controls.TokenizingTextBoxItem -> Microsoft.Toolkit.Uwp.UI.Controls.TokenItemRemovingEventArgs
Public Sub New (item As Object, token As TokenizingTextBoxItem)
Parameters
- item
- Object
Item being removed.
- token
- TokenizingTextBoxItem
TokenizingTextBoxItem container being closed.