Method OnClickUseRegularExpressions
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)