dbicDayView Send comments on this topic.
ControlRemoved Event
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : ControlRemoved Event

Occurs when a control is removed from the System.Windows.Forms.Control.ControlCollection.

Syntax

Visual Basic (Declaration) 
Public Event ControlRemoved As ControlEventHandler
C# 
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
Control Gets the control object used by this event.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also