HeaderMovingAsync Method

Handles the movement of the element while the mouse button is held down.

Definition

Namespace: MobileTrack.Web.Portal.Components.Dashboard.Internal
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.8+821604ea552bde242964120acb39b21c90d2b4af
internal Task MovingAsync(
	MouseEventArgs e
)

Parameters

e  MouseEventArgs
The mouse event arguments.

Return Value

Task
A task representing the asynchronous operation.

See Also