dbicDayView Send comments on this topic.
AfterAppointmentSelect Event
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : AfterAppointmentSelect Event

Occurs after a new appointment is selected.

Syntax

Visual Basic (Declaration) 
Public Event AfterAppointmentSelect As dbiDayView.EventAfterAppointmentSelectHandler
C# 
public event dbiDayView.EventAfterAppointmentSelectHandler AfterAppointmentSelect

Event Data

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

PropertyDescription
Appointment The dbiAppointmentItem that was selected.
Index Gets or sets the zero-based index of the appointment which has just been selected.

Requirements

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

See Also