Miner.Controls Assembly > Miner.Controls Namespace > ImageComboBox Class : Format Event |
'Declaration <SRCategoryAttribute("CatPropertyChanged")> <SRDescriptionAttribute("ListControlFormatDescr")> Public Event Format As System.Windows.Forms.ListControlConvertEventHandler
'Usage Dim instance As ImageComboBox Dim handler As System.Windows.Forms.ListControlConvertEventHandler AddHandler instance.Format, handler
[SRCategory("CatPropertyChanged")] [SRDescription("ListControlFormatDescr")] 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 | |
Value | (Inherited from System.Windows.Forms.ConvertEventArgs) |
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.