Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Editors Namespace / QueryItemTextEventArgs Class / QueryItemTextEventArgs Constructor
The ComboBoxItem currently selected in the WinComboBox's dropdown.
The format with which the SelectedItem is displayed in the WinComboBox.


In This Topic
    QueryItemTextEventArgs Constructor
    In This Topic
    Initializes a new instance of the QueryItemTextEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal item As ComboBoxItem, _
       ByVal displayFormat As String _
    )
    'Usage
     
    Dim item As ComboBoxItem
    Dim displayFormat As String
     
    Dim instance As New QueryItemTextEventArgs(item, displayFormat)
    public QueryItemTextEventArgs( 
       ComboBoxItem item,
       string displayFormat
    )

    Parameters

    item
    The ComboBoxItem currently selected in the WinComboBox's dropdown.
    displayFormat
    The format with which the SelectedItem is displayed in the WinComboBox.
    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