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

In This Topic
    ControlRemoved Event (C1InputPanel)
    In This Topic
    This event has no meaning for C1InputPanel.
    Syntax
    'Declaration
     
    Public Event ControlRemoved As ControlEventHandler
    public event ControlEventHandler ControlRemoved
    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