ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Util.Toolbox Namespace / ClassicItem Class / ComponentsCreating Event

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

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

    PropertyDescription
    Gets or sets an instance of the System.ComponentModel.Design.IDesignerHost that made the request to create toolbox components.  
    See Also