Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Editors Namespace / WinComboBox Class / OnQueryItemText Method
A QueryItemTextEventArgs that contains the event data.


In This Topic
    OnQueryItemText Method
    In This Topic
    Raises the QueryItemText event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnQueryItemText( _
       ByVal e As QueryItemTextEventArgs _
    ) 
    'Usage
     
    Dim instance As WinComboBox
    Dim e As QueryItemTextEventArgs
     
    instance.OnQueryItemText(e)
    protected virtual void OnQueryItemText( 
       QueryItemTextEventArgs e
    )

    Parameters

    e
    A QueryItemTextEventArgs that contains the event data.
    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