ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Design Namespace / ColorPickerControl Class / Format Event

In This Topic
    Format Event
    In This Topic
    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