[]
        
(Showing Draft Content)

C1.Framework.CheckButtonElement.OnMouseLeaveHover

OnMouseLeaveHover Method

OnMouseLeaveHover(EventArgs)

Called by the host control when the mouse leaves this Element, even if another element has captured the mouse.

Declaration
public override void OnMouseLeaveHover(EventArgs e)
Parameters
Type Name Description
EventArgs e

EventArgs that contains the event data.

Overrides