Property FindNextButtonClicked
FindNextButtonClicked
Occurs when the "Find Next" button is clicked.
public virtual Action? FindNextButtonClicked { get; set; }
Property Value
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.