Table of Contents

Method OnClickRepeatTimerEvent

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

OnClickRepeatTimerEvent()

Invoked periodically while the control remains in the pressed state. This method is called only when IsClickRepeated is set to true.

protected virtual void OnClickRepeatTimerEvent()

Remarks

This method is called to handle repeated click events when the control is in the Pressed state. If the control is no longer in the pressed state, the method exits without raising the click event.