Table of Contents

Method OnClickMatchCase

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

OnClickMatchCase()

Handles the event when the "Match Case" option is clicked.

protected virtual void OnClickMatchCase()

Remarks

This method raises the event associated with the "Match Case" option being clicked. Override this method in a derived class to provide custom handling for the event.

OnClickMatchCase(object?, EventArgs)

Handles the event when the "Match Case" button is clicked. Toggles the state of the match case option.

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

Parameters

sender object

The source of the event.

e EventArgs

The event data.