ActionsPane.ControlRemoved Event

Definition

Occurs when a control is removed from the Controls collection.

public:
 event System::Windows::Forms::ControlEventHandler ^ ControlRemoved;
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
event System.Windows.Forms.ControlEventHandler ControlRemoved;
[<System.ComponentModel.Browsable(true)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
member this.ControlRemoved : System.Windows.Forms.ControlEventHandler 
Event ControlRemoved As ControlEventHandler 

Event Type

Attributes

Remarks

This event provides the same functionality as the System.Windows.Forms.Control.ControlRemoved event. For more information about using this event, see System.Windows.Forms.Control.ControlRemoved.

Applies to