Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Editors Namespace / QueryItemTextEventArgs Class
Members


In This Topic
    QueryItemTextEventArgs Class
    In This Topic
    Provides the information necessary to format the WinComboBox.SelectedItem's text in the WinComboBox.
    Syntax
    'Declaration
     
    Public Class QueryItemTextEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As QueryItemTextEventArgs
    public class QueryItemTextEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Editors.QueryItemTextEventArgs

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also