dbicCalendar Send comments on this topic.
SetTips Event
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class : SetTips Event

Occurs just before the tool tips are displayed in the control.

Syntax

Visual Basic (Declaration) 
Public Event SetTips As SetTipsEventHandler
C# 
public event SetTipsEventHandler SetTips

Event Data

The event handler receives an argument of type SetTipsEventArgs containing data related to this event. The following SetTipsEventArgs properties provide information specific to this event.

PropertyDescription
Date The first visible date in the control.
Row The top visible row in the control.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also