dbicMonth Send comments on this topic.
DateOver Event
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class : DateOver Event

Occurs when the mouse moves over a new date.

Syntax

Visual Basic (Declaration) 
Public Event DateOver As dbiMonth.DateOverEventHandler
C# 
public event dbiMonth.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