Skip to main content

ASPxClientUtils.PreventDragStart(htmlEvent) Method

Removes mouse capture from the specified event’s source object.

#Declaration

TypeScript
static PreventDragStart(
    htmlEvent: any
): boolean

#Parameters

Name Type Description
htmlEvent any

An object that specifies the required HTML event.

#Returns

Type Description
boolean

Always false.

See Also