Table of Contents

Method OnClickFindPrevious

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

OnClickFindPrevious()

Handles the event when the "Find Previous" button is clicked.

protected virtual void OnClickFindPrevious()

Remarks

This method raises the event associated with finding the previous occurrence in a search operation. Override this method in a derived class to provide custom handling for the "Find Previous" action.

OnClickFindPrevious(object?, EventArgs)

Handles the event when the "Find Previous" button is clicked. Invokes the ClickFindPrevious event and calls the FindPrevious() method on the Manager.

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

Parameters

sender object

The source of the event.

e EventArgs

An EventArgs that contains the event data.