\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Util Namespace / CellTip Class / ControlRemoved Event

In This Topic
    ControlRemoved Event (CellTip)
    In This Topic
    Syntax
    'Declaration
     
    Public Event ControlRemoved As System.Windows.Forms.ControlEventHandler
    public event System.Windows.Forms.ControlEventHandler ControlRemoved
    Event Data

    The event handler receives an argument of type System.Windows.Forms.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