Table of Contents

Method OnClickUseRegularExpressions

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

OnClickUseRegularExpressions()

Invokes the event handler for the "Use Regular Expressions" button click event.

protected virtual void OnClickUseRegularExpressions()

Remarks

This method raises the event associated with clicking the "Use Regular Expressions" button. Derived classes can override this method to provide custom handling for the event.

OnClickUseRegularExpressions(object?, EventArgs)

Handles the event when the "Use Regular Expressions" button is clicked. Toggles the state of the option to use regular expressions.

protected virtual void OnClickUseRegularExpressions(object? sender, EventArgs e)

Parameters

sender object

The source of the event.

e EventArgs

An EventArgs that contains the event data.