File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/LoreSoft.Blazor.Controls.Tests/Snapshots Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -486,9 +486,9 @@ namespace LoreSoft.Blazor.Controls
486486 [Microsoft.AspNetCore.Components.Parameter]
487487 public LoreSoft.Blazor.Controls.StoreType StateStore { get; set; }
488488 protected System.Collections.Generic.List<LoreSoft.Blazor.Controls.DataColumn<TItem>> VisibleColumns { get; }
489- public event System.Func <LoreSoft.Blazor.Controls.DataGridState, System.Threading.Tasks.Task >? StateLoaded;
490- public event System.Func<System.Threading.Tasks.Task> ? StateResetting;
491- public event System.Func <LoreSoft.Blazor.Controls.DataGridState, System.Threading.Tasks.Task >? StateSaving;
489+ public event System.Action <LoreSoft.Blazor.Controls.DataGridState>? StateLoaded;
490+ public event System.Action ? StateResetting;
491+ public event System.Action <LoreSoft.Blazor.Controls.DataGridState>? StateSaving;
492492 protected void AddSortEntry() { }
493493 protected System.Threading.Tasks.Task ApplySortEntriesAsync() { }
494494 protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder @__builder) { }
You can’t perform that action at this time.
0 commit comments