[]
        
(Showing Draft Content)

C1.Framework.RepeatButtonElement.OnMouseEnter

OnMouseEnter Method

OnMouseEnter(EventArgs)

Called by the host control when the mouse enters this Element.

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

EventArgs that contains the event data.

Overrides