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

Occurs when the mouse moves over an appointment in the control.

Syntax

Visual Basic (Declaration) 
Public Event AppointmentOver As AppointmentItemEventHandler
C# 
public event AppointmentItemEventHandler AppointmentOver

Event Data

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

PropertyDescription
AppointmentItem The dbiAppointmentItem that the event is occuring against.

Requirements

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

See Also