| C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > InputComboBox Class : Format Event |
'Declaration Public Event Format As System.Windows.Forms.ListControlConvertEventHandler
public event System.Windows.Forms.ListControlConvertEventHandler Format
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.
| Property | Description |
|---|---|
| DesiredType | (Inherited from System.Windows.Forms.ConvertEventArgs) |
| ListItem | Gets a data source item. |
| Value | (Inherited from System.Windows.Forms.ConvertEventArgs) |