Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NComboBoxList Class / Format Event


In This Topic
    Format Event (NComboBoxList)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatPropertyChanged")>
    <SRDescriptionAttribute("ListControlFormatDescr")>
    Public Event Format As System.Windows.Forms.ListControlConvertEventHandler
    'Usage
     
    
    Dim instance As NComboBoxList
    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
    (Inherited from System.Windows.Forms.ConvertEventArgs)
    Gets a data source item.  
    (Inherited from System.Windows.Forms.ConvertEventArgs)
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also