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