Table of Contents

Property FindNextButtonClicked

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

FindNextButtonClicked

Occurs when the "Find Next" button is clicked.

public virtual Action? FindNextButtonClicked { get; set; }

Property Value

Action

Remarks

Subscribe to this event to handle the action triggered by the "Find Next" button. The event provides no additional data beyond the sender and event arguments.