'DeclarationPublic 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.
| 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. |
See Also