constructor(mouseEvent, dragInformation) Constructor
Initializes a new instance of the ASPxClientAppointmentDragEventArgs class.
Declaration
constructor(
mouseEvent: any,
dragInformation: ASPxClientAppointmentDragInfo[]
)
Parameters
Name | Type | Description |
---|---|---|
mouseEvent | any | A mouse event object related to the drag operation. |
dragInformation | ASPxClientAppointmentDragInfo[] | An array of ASPxClientAppointmentDragInfo objects storing information about dragged appointments. |
See Also