C1.Win.C1Schedule.Extended.4.8 Assembly / C1.Win.C1Schedule Namespace / C1AgendaView Class / ControlRemoved Event

ControlRemoved Event (C1AgendaView)
Syntax
'Declaration
 
Public Event ControlRemoved As System.Windows.Forms.ControlEventHandler
 
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