Skip to main content

constructor(operation, dragInformation) Constructor

In This Article

Initializes a new instance of the ASPxClientAppointmentDropEventArgs class.

#Declaration

TypeScript
constructor(
    operation: ASPxClientAppointmentOperation,
    dragInformation: ASPxClientAppointmentDragInfo[]
)

#Parameters

Name Type Description
operation ASPxClientAppointmentOperation

An ASPxClientAppointmentOperation object providing methods to perform or cancel the drag operation.

dragInformation ASPxClientAppointmentDragInfo[]

An array of ASPxClientAppointmentDragInfo objects storing information about dropped appointments.

See Also