constructor(mouseEvent, dragInformation) Constructor
In This Article
Initializes a new instance of the ASPxClientAppointmentDragEventArgs class.
#Declaration
TypeScript
constructor(
mouseEvent: any,
dragInformation: ASPxClientAppointmentDragInfo[]
)
#Parameters
Name | Type | Description |
---|---|---|
mouse |
any | A mouse event object related to the drag operation. |
drag |
ASPx |
An array of ASPx |
See Also