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

Occurs after the appointment text has been changed.

Syntax

Visual Basic (Declaration) 
Public Event AppointmentTextChange As dbiDayView.EventAppointmentTextChangeHandler
C# 
public event dbiDayView.EventAppointmentTextChangeHandler AppointmentTextChange

Event Data

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

PropertyDescription
Appointment The dbiAppointmentItem whose text has changed.
Index The zero-based index of the appointment whose text has been changed.

Requirements

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

See Also