Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions components/contextmenu/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ The `OnClick` event fires when the user clicks or taps on a menu item. It receiv

You can use the `OnClick` event to react to user choices in a menu without using navigation to load new content automatically.

@[template](/_contentTemplates/common/general-info.md#rerender-after-event)

>caption Handle OnClick

````CSHTML
Expand Down
4 changes: 0 additions & 4 deletions components/tilelayout/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ This article explains the events available in the Telerik TileLayout for Blazor:

The `OnResize` event is fired when any tile is resized. It lets you respond to that change if needed - for example, call the `.Refresh()` method of a chart or otherwise repaint a child component in the content. You can also use it to, for example, update the saved [state]({%slug tilelayout-state%}) for your users.

@[template](/_contentTemplates/common/general-info.md#rerender-after-event)

>caption Respond to the Resize event and adjust components in the tile

````CSHTML
Expand Down Expand Up @@ -85,8 +83,6 @@ The `OnResize` event is fired when any tile is resized. It lets you respond to t

The `OnReorder` event fires when tiles have been reordered. You can use it to, for example, update the saved [state]({%slug tilelayout-state%}) for your users.

@[template](/_contentTemplates/common/general-info.md#rerender-after-event)

>caption Respond to the OnReorder event

````CSHTML
Expand Down