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