QueryItemFromTextEventArgs Class
In This Topic
Arguments for the TokenizedTextBox.QueryItemFromText event.
Syntax
Inheritance Hierarchy
System.Object
System.EventArgs
Xceed.Wpf.Toolkit.QueryItemFromTextEventArgs
Public Constructors
Public Properties
| Name | Description |
 | Item | The item corresponding to the maching text. This value should be set by the user if there is a matching item for the specified text. |
 | Text | The text corresponding to the maching item. |
Top
Requirements
See Also