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

Occurs when an appointment loses focus.

Syntax

Visual Basic (Declaration) 
Public Event AfterAppointmentUnSelect As dbiDayView.EventAfterAppointmentUnSelectHandler
C# 
public event dbiDayView.EventAfterAppointmentUnSelectHandler AfterAppointmentUnSelect

Event Data

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

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

Requirements

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

See Also