Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / QueryTextFromItemEventArgs Class
Members


In This Topic
    QueryTextFromItemEventArgs Class
    In This Topic
    Arguments for the TokenizedTextBox.QueryTextFromItem event.
    Syntax
    'Declaration
     
    Public Class QueryTextFromItemEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As QueryTextFromItemEventArgs
    public class QueryTextFromItemEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Wpf.Toolkit.QueryTextFromItemEventArgs

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyThe item corresponding to the maching text.  
    Public PropertyThe 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