InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComboBox Class / Format Event

In This Topic
    Format Event (InputComboBox)
    In This Topic
    Formats a display value in the InputComboBox that is bound to a data source.
    Syntax
    'Declaration
     
    Public Event Format As ListControlConvertEventHandler
    public event ListControlConvertEventHandler Format
    Event Data

    The event handler receives an argument of type ListControlConvertEventArgs containing data related to this event. The following ListControlConvertEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.Windows.Forms.ConvertEventArgs)
    Gets a data source item.  
    (Inherited from System.Windows.Forms.ConvertEventArgs)
    See Also