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


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

    System.Object
       System.EventArgs
          Xceed.Wpf.Toolkit.QuerySuggestItemForTextEventArgs

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyThe item corresponding to the maching text.  
    Public PropertyThis value should be set to True to specify if the provided item should be displayed in the dropdown suggestion box, taking into account the actual input provided by the QuerySuggestItemForTextEventArgs.Text property.  
    Public PropertyThe text corresponding to the current input text.  
    Top
    Requirements

    See Also