Skip to content

Commit df47c7b

Browse files
committed
Update PublicApiTest.PublicApiHasNotChanged.verified.txt
1 parent d9ab949 commit df47c7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/LoreSoft.Blazor.Controls.Tests/Snapshots/PublicApiTest.PublicApiHasNotChanged.verified.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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) { }

0 commit comments

Comments
 (0)