ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Util.Toolbox Namespace / ClassicItem Class / ComponentsCreated Event

In This Topic
    ComponentsCreated Event (ClassicItem)
    In This Topic
    Syntax
    'Declaration
     
    Public Event ComponentsCreated As System.Drawing.Design.ToolboxComponentsCreatedEventHandler
    public event System.Drawing.Design.ToolboxComponentsCreatedEventHandler ComponentsCreated
    Event Data

    The event handler receives an argument of type System.Drawing.Design.ToolboxComponentsCreatedEventArgs containing data related to this event. The following ToolboxComponentsCreatedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets an array containing the components to add to the toolbox.  
    See Also