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

Occurs when the mouse moves over an appointment.

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