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

Occurs when an appointment is clicked on.

Syntax

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

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