ComponentOne InputPanel for WinForms
Format Event

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > InputComboBox Class : Format Event
Formats a display value in the InputComboBox that is bound to a data source.
Syntax
'Declaration
 
Public Event Format As System.Windows.Forms.ListControlConvertEventHandler
public event System.Windows.Forms.ListControlConvertEventHandler Format
Event Data

The event handler receives an argument of type System.Windows.Forms.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