Table of Contents

Property FindPreviousButtonClicked

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

FindPreviousButtonClicked

Occurs when the "Find Previous" button is clicked.

public virtual Action? FindPreviousButtonClicked { get; set; }

Property Value

Action

Remarks

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