Method SubscribeClickRepeated
SubscribeClickRepeated(AbstractControl)
Subscribes the specified control to receive repeated click events if not already subscribed.
protected virtual void SubscribeClickRepeated(AbstractControl control)
Parameters
controlAbstractControlThe control to associate with repeated click event handling. Cannot be null.