MobileForms Toolkit Documentation

OutlookMonthCalendar.CustomizeTooltip Event

Occurs when pen hovers on one DayCell longer than TooltipDelay amount of time.

public event CustomizeTooltipHandler CustomizeTooltip;

Event Data

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.

Remarks

Use this event to enable and customize DayCell based tooltips.

See Also

OutlookMonthCalendar Class | Resco.Controls.OutlookControls Namespace