constructor(dropZone) Constructor
Initializes a new instance of the ASPxClientUploadControlDropZoneEnterEventArgs 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