AppointmentItemResizeEventArgs(AppointmentDragResizeViewModel, DateTimeRange, ResourceItem, ResizedSide, ResizeState) Constructor
Initializes a new instance of the AppointmentItemResizeEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public AppointmentItemResizeEventArgs(
AppointmentDragResizeViewModel viewModel,
DateTimeRange hitInterval,
ResourceItem hitResource,
ResizedSide resizedSide,
ResizeState state
)
#Parameters
Name | Type | Description |
---|---|---|
view |
Appointment |
A View Model for a resized appointment. |
hit |
Date |
The Date |
hit |
Resource |
A Resource |
resized |
Resized |
A Resized |
state | Resize |
A Resize |
#Remarks
Instances of the AppointmentItemResizeEventArgs class are automatically created, initialized and passed to the corresponding event handlers.