Back to Devexpress

AppointmentEditingEventArgs Class

wpf-devexpress-dot-xpf-dot-scheduling-6306c02d.md

latest1.6 KB
Original Source

AppointmentEditingEventArgs Class

Provides data for the SchedulerControl.AppointmentEditing event.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class AppointmentEditingEventArgs :
    CancelRoutedEventArgs
vb
Public Class AppointmentEditingEventArgs
    Inherits CancelRoutedEventArgs

AppointmentEditingEventArgs is the data class for the following events:

Remarks

Instances of the AppointmentEditingEventArgs class are automatically created, initialized and passed to corresponding event handlers.

Inheritance

Object EventArgs RoutedEventArgs CancelRoutedEventArgs AppointmentEditingEventArgs

See Also

AppointmentEditingEventArgs Members

DevExpress.Xpf.Scheduling Namespace