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

Occurs when the mouse moves over a new date.

Syntax

Visual Basic (Declaration) 
Public Event DateOver As DateOverEventHandler
C# 
public event DateOverEventHandler DateOver

Event Data

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

PropertyDescription
Date The date that the event occurred on.

Requirements

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

See Also