InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / ControlAdded Event

In This Topic
    ControlAdded Event (C1InputPanel)
    In This Topic
    This event has no meaning for C1InputPanel.
    Syntax
    'Declaration
     
    Public Event ControlAdded As ControlEventHandler
    public event ControlEventHandler ControlAdded
    Event Data

    The event handler receives an argument of type ControlEventArgs containing data related to this event. The following ControlEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the control object used by this event.  
    See Also