Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public AppointmentItemResizeEventArgs(
    AppointmentDragResizeViewModel viewModel,
    DateTimeRange hitInterval,
    ResourceItem hitResource,
    ResizedSide resizedSide,
    ResizeState state
)

Parameters

Name Type Description
viewModel AppointmentDragResizeViewModel

A View Model for a resized appointment.

hitInterval DateTimeRange

The DateTimeRange structure that specifies the time interval of the cell which is hovered over.

hitResource ResourceItem

A ResourceItem object that is the resource assigned to a cell which is hovered over.

resizedSide ResizedSide

A ResizedSide enumeration member that specifies which side is dragged to resize.

state ResizeState

A ResizeState enumeration member that specifies the state of the resize action.

Remarks

Instances of the AppointmentItemResizeEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also