DragEventArgs
Wisej.Web.DragEventArgs
Last updated
Was this helpful?
Wisej.Web.DragEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the , , or event.
Initializes a new instance of the class.
allowedEffect
effect
data
The data associated with this event.
location
: Returns which drag-and-drop operations are allowed by the originator (or source) of the drag event.
One of the values.
One of the values.
The that indicates the location of the drag event.
: Specify the types of files that the server accepts (that can be submitted through a file upload).
The allowed files string follows the HTML 4.01 and HTML5 specifications. You can configure only one entry in the browser's file dialog. The syntax is "file_extension|audio/|video/|image/*|media_type". Look at for a complete list of standard media types.
: Returns the that contains the data associated with this event.
: Returns the component that started the drag operation by calling . [Since 2.5.32]
: Returns the original target of the drag operation.
: Returns or sets the target drop effect in a drag-and-drop operation.
: Returns the containing the files that have been dropped on the target, or null.
: Returns or sets the custom image displayed on the client to represent the drag action.
: Returns or sets the size in pixels of the custom image displayed on the client to represent the drag action.
: Returns or sets the custom image source displayed on the client to represent the drag action.
: Returns the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.
: Returns the location of the mouse or pointer event, in screen coordinates.
: Returns the x-coordinate of the mouse or pointer, in screen coordinates.
: Returns the y-coordinate of the mouse or pointer, in screen coordinates.
Represents the method that will handle the , , or event of a .