Back to Devexpress

AppointmentDragEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-2e4fca12.md

latest1.7 KB
Original Source

AppointmentDragEventArgs Class

Provides data for the SchedulerControl.AppointmentDrag event.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

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

AppointmentDragEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs AppointmentDragEventArgs

See Also

AppointmentDragEventArgs Members

AppointmentDrag

DevExpress.XtraScheduler Namespace