ArcFM Solution Developer Guide
Format Event


Syntax
'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
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
DesiredType (Inherited from System.Windows.Forms.ConvertEventArgs)
ListItem  
Value (Inherited from System.Windows.Forms.ConvertEventArgs)
Requirements

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.

See Also

Reference

ImageComboBox Class
ImageComboBox Members

 

 


Send Comment