Table of Contents

Method OnClick

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

OnClick(EventArgs)

Called when the Click event is raised.

protected virtual void OnClick(EventArgs e)

Parameters

e EventArgs

An EventArgs that contains the event data.

Remarks

Derived classes can override this method to provide additional handling when the event is raised. When overriding, ensure to call the base implementation to preserve the event invocation.