Occurs when pen hovers on one DayCell longer than TooltipDelay amount of time.
The event handler receives an argument of type TooltipEventArgs containing data related to this event. The following TooltipEventArgs property provides information specific to this event.
| Property | Description |
|---|---|
| Day | The day over which hovers the pointer. |
Use this event to enable and customize DayCell based tooltips.
OutlookMonthCalendar Class | Resco.Controls.OutlookControls Namespace