ASPxClientUtils.PreventDragStart(htmlEvent) Method
In This Article
Removes mouse capture from the specified event’s source object.
#Declaration
TypeScript
static PreventDragStart(
htmlEvent: any
): boolean
#Parameters
Name | Type | Description |
---|---|---|
html |
any | An object that specifies the required HTML event. |
#Returns
Type | Description |
---|---|
boolean | Always |
See Also