Table of Contents

Method OnClickFindNext

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

OnClickFindNext()

Invokes the Find Next operation when the associated event is triggered.

protected virtual void OnClickFindNext()

Remarks

This method raises the event by calling the OnClickFindNext(object?, EventArgs) method. Override this method in a derived class to provide custom handling for the Find Next operation.

OnClickFindNext(object?, EventArgs)

Handles the event when the "Find Next" button is clicked. Invokes the ClickFindNext event and calls the FindNext() method on the Manager.

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

Parameters

sender object

The source of the event.

e EventArgs

An EventArgs that contains the event data.