ComponentOne Scheduler for WinForms
BeforeDayTooltipShow Event

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Calendar Class : BeforeDayTooltipShow Event
Occurs before the day tooltip is shown.
Syntax
'Declaration
 
Public Event BeforeDayTooltipShow As System.EventHandler(Of BeforeDayTooltipShowEventArgs)
public event System.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