Added plugin events
This commit is contained in:
7
src/HopFrame.Web/Plugins/Events/SearchEvent.cs
Normal file
7
src/HopFrame.Web/Plugins/Events/SearchEvent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using HopFrame.Web.Components.Pages;
|
||||
|
||||
namespace HopFrame.Web.Plugins.Events;
|
||||
|
||||
public sealed class SearchEvent(HopFrameTablePage sender) : HopFrameTablePageEventArgs(sender) {
|
||||
public required string SearchTerm { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user