Table of Contents

Method RaiseClickActionChanged

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

RaiseClickActionChanged()

Raises the ClickActionChanged event to notify subscribers of a change in the click action.

public virtual void RaiseClickActionChanged()

Remarks

This method invokes the ClickActionChanged event with the current instance as the sender and an empty EventArgs object. Ensure that any subscribers to the event are properly registered to handle the notification.