ComponentOne CalendarView for WinForms
BeforeDayTooltipShow Event (C1CalendarView)

C1.Win.Calendar Namespace > C1CalendarView Class : BeforeDayTooltipShow Event
Occurs before the day tooltip is shown.
Syntax
'Declaration
 
Public Event BeforeDayTooltipShow As EventHandler(Of BeforeDayTooltipShowEventArgs)
public event EventHandler<BeforeDayTooltipShowEventArgs> BeforeDayTooltipShow
Event Data

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.

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
Gets the date for which tooltip is about to be shown.  
Gets or sets tooltip text. The default text is an empty string.  
See Also