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