Constructor DropZone
DropZone()
Create a new DropZone.
Declaration
public DropZone()
DropZone(Action)
Create a new DropZone.
Declaration
public DropZone(Action onClick)
Parameters
Type | Name | Description |
---|---|---|
Action | onClick | The action to perform when the DropZone is clicked. |