Table of Contents

Method SubscribeClickRepeated

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

SubscribeClickRepeated(AbstractControl)

Subscribes the specified control to receive repeated click events if not already subscribed.

protected virtual void SubscribeClickRepeated(AbstractControl control)

Parameters

control AbstractControl

The control to associate with repeated click event handling. Cannot be null.