[Root] / Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / QueryItemFromTextEventArgs Class


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

    System.Object
       System.EventArgs
          Xceed.Wpf.Toolkit.QueryItemFromTextEventArgs

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyThe item corresponding to the maching text. This value should be set by the user if there is a matching item for the specified text.  
    Public PropertyThe text corresponding to the maching item.  
    Top
    Supported Frameworks

    See Also