Skip to content

Commit 1d363b3

Browse files
chore(common): update UI event args for preview 9
1 parent b704e83 commit 1d363b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/grid/paging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Here is one way to implement a page size choice that puts all records on one pag
6868
6969
protected int PageSize { get; set; }
7070
71-
protected void ChangePageSize(UIChangeEventArgs e)
71+
protected void ChangePageSize(ChangeEventArgs e)
7272
{
7373
if (e.Value.ToString().ToLowerInvariant() == "all")
7474
{
@@ -84,4 +84,4 @@ Here is one way to implement a page size choice that puts all records on one pag
8484

8585
## See Also
8686

87-
* [Live Demo: Grid Paging](https://demos.telerik.com/blazor-ui/grid/paging)
87+
* [Live Demo: Grid Paging](https://demos.telerik.com/blazor-ui/grid/paging)

0 commit comments

Comments
 (0)