Back to Devexpress

AppointmentRestoredEventArgs Class

wpf-devexpress-dot-xpf-dot-scheduling-97bf368d.md

latest1.7 KB
Original Source

AppointmentRestoredEventArgs Class

Provides data for the AppointmentRestored event.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class AppointmentRestoredEventArgs :
    AppointmentCRUDEventArgs
vb
Public Class AppointmentRestoredEventArgs
    Inherits AppointmentCRUDEventArgs

AppointmentRestoredEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs RoutedEventArgs AppointmentCRUDEventArgs AppointmentRestoredEventArgs

See Also

AppointmentRestoredEventArgs Members

DevExpress.Xpf.Scheduling Namespace