Back to Devexpress

AppointmentResizeEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-84f7de2a.md

latest1.8 KB
Original Source

AppointmentResizeEventArgs Class

Provides data for the SchedulerControl.AppointmentResizing and SchedulerControl.AppointmentResized events.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class AppointmentResizeEventArgs :
    EventArgs
vb
Public Class AppointmentResizeEventArgs
    Inherits EventArgs

AppointmentResizeEventArgs is the data class for the following events:

Remarks

An instance of the AppointmentResizeEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs AppointmentResizeEventArgs

See Also

AppointmentResizeEventArgs Members

DevExpress.XtraScheduler Namespace