| C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Calendar Class : BeforeDayTooltipShow Event |
'Declaration Public Event BeforeDayTooltipShow As System.EventHandler(Of BeforeDayTooltipShowEventArgs)
public event System.EventHandler<BeforeDayTooltipShowEventArgs> BeforeDayTooltipShow
The event handler receives an argument of type BeforeDayTooltipShowEventArgs containing data related to this event. The following BeforeDayTooltipShowEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
| Day | Gets the date for which tooltip is about to be shown. |
| Text | Gets or sets tooltip text. The default text is an empty string. |