Enum ResizeAction
Specifies the actions of resizing event.
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public enum ResizeAction
Fields
| Name | Description |
|---|---|
| Cancelling | Denotes the event occurred before cancelling the resize operation when user press Esc key when resizing operation in progress. |
| Committing | Denotes event occurred when user ends the resizing by releasing pointer to commit the changed to underlying appointment. |
| Progressing | Denotes event occurred when user resizing an appointment. |
| Starting | Denotes event occurred when user mouse over the appointment to resize an appointment (before showing resize cursor). |