| C1.Win.Calendar Namespace > C1CalendarView Class : BeforeDayTooltipShow Event |
'Declaration<C1DescriptionAttribute("Occurs before the day tooltip is shown.")> <C1CategoryAttribute("Behavior")> Public Event BeforeDayTooltipShow As EventHandler(Of BeforeDayTooltipShowEventArgs)
'UsageDim instance As C1CalendarView Dim handler As EventHandler(Of BeforeDayTooltipShowEventArgs) AddHandler instance.BeforeDayTooltipShow, handler
[C1Description("Occurs before the day tooltip is shown.")] [C1Category("Behavior")] public event EventHandler<BeforeDayTooltipShowEventArgs> BeforeDayTooltipShow
[C1Description("Occurs before the day tooltip is shown.")] [C1Category("Behavior")] public: event 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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2