[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Calendar.BeforeDayTooltipShow

BeforeDayTooltipShow Event

Occurs before the day tooltip is shown.

Namespace: C1.Win.Schedule
Assembly: C1.Win.Schedule.10.dll
Syntax
[C1Description("BeforeDayTooltipShow", "Fired before the day tooltip is shown.")]
[C1Category("UI")]
public event EventHandler<BeforeDayTooltipShowEventArgs> BeforeDayTooltipShow
<C1Description("BeforeDayTooltipShow", "Fired before the day tooltip is shown.")>
<C1Category("UI")>
Public Event BeforeDayTooltipShow As EventHandler(Of BeforeDayTooltipShowEventArgs)
Returns
Type Description
EventHandler<BeforeDayTooltipShowEventArgs> Occurs before the day tooltip is shown.