Table of Contents

Method OnMouseCaptureLost

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnMouseCaptureLost(EventArgs)

Called when the control loses mouse capture.

protected override void OnMouseCaptureLost(EventArgs e)

Parameters

e EventArgs

Remarks

Derived classes can override this method to handle the event without attaching a delegate.