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

Occurs just before an appointment is selected.

Syntax

Visual Basic (Declaration) 
Public Event BeforeAppointmentSelect As dbiDayView.EventBeforeAppointmentSelectHandler
C# 
public event dbiDayView.EventBeforeAppointmentSelectHandler BeforeAppointmentSelect

Event Data

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

PropertyDescription
AllowSelect Determines if the appointment can be selected.
Appointment The dbiAppointmentItem that will be selected.
Index The zero-based index of the appointment to be selected.

Requirements

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

See Also