AppointmentEditedEventArgs Class
In This Article
Provides data for the AppointmentEdited event.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public class AppointmentEditedEventArgs :
AppointmentCRUDEventArgs
#Remarks
Instances of the AppointmentEditedEventArgs class are automatically created, initialized, and passed to the corresponding event handlers.
#Inheritance
Object
EventArgs
RoutedEventArgs
AppointmentCRUDEventArgs
AppointmentEditedEventArgs
See Also