Back to Devexpress

SchedulerControl.GiveAppointmentDragFeedback Event

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-d068d315.md

latest1.4 KB
Original Source

SchedulerControl.GiveAppointmentDragFeedback Event

Raised repeatedly while the user drags appointments within a Scheduler’s view and allows you to specify the feedback.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public event GiveAppointmentDragFeedbackEventHandler GiveAppointmentDragFeedback
vb
Public Event GiveAppointmentDragFeedback As GiveAppointmentDragFeedbackEventHandler

Event Data

The GiveAppointmentDragFeedback event's data class is DevExpress.Xpf.Scheduling.GiveAppointmentDragFeedbackEventArgs.

Remarks

Set the UseDefaultCursors event’s property to false to specify a custom cursor.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace