QueryTextFromItemEventArgs Class
In This Topic
Arguments for the TokenizedTextBox.QueryTextFromItem event.
Syntax
Inheritance Hierarchy
System.Object
System.EventArgs
Xceed.Wpf.Toolkit.QueryTextFromItemEventArgs
Public Constructors
Public Properties
| Name | Description |
 | Item | The item corresponding to the maching text. |
 | Text | The text corresponding to the maching item. This value should be set by the user to specify the desired text representation of the item. |
Top
Requirements
See Also