ActiveReports 12
ControlRemoved Event (LayerList)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace > LayerList Class : ControlRemoved Event
Occurs when a control is removed from the System.Windows.Forms.Control.ControlCollection.
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