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 | ASPx |
An ASPx |
drag |
ASPx |
An array of ASPx |
See Also