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

Occurs when an appointment is double clicked.

Syntax

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

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