constructor(dropZone) Constructor
Initializes a new instance of the ASPxClientUploadControlDropZoneLeaveEventArgs object.
Declaration
constructor(
dropZone: any
)
Parameters
Name | Type | Description |
---|---|---|
dropZone | any | An object that is a drop zone related to the processed event. |
See Also