constructor(operation, dragInformation) Constructor
Initializes a new instance of the ASPxClientAppointmentDropEventArgs class.
Declaration
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