Back to Devexpress

QueryContinueAppointmentResizeEventArgs Class

wpf-devexpress-dot-xpf-dot-scheduling-aeff80f3.md

latest1.8 KB
Original Source

QueryContinueAppointmentResizeEventArgs Class

Provides data for the SchedulerControl.QueryContinueAppointmentResize event.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class QueryContinueAppointmentResizeEventArgs :
    RoutedEventArgs
vb
Public Class QueryContinueAppointmentResizeEventArgs
    Inherits RoutedEventArgs

QueryContinueAppointmentResizeEventArgs is the data class for the following events:

Remarks

QueryContinueAppointmentResizeEventArgs objects are automatically created, initialized and passed to SchedulerControl.QueryContinueAppointmentResize event handlers.

Inheritance

Object EventArgs RoutedEventArgs QueryContinueAppointmentResizeEventArgs

See Also

QueryContinueAppointmentResizeEventArgs Members

DevExpress.Xpf.Scheduling Namespace