ClassTileLayoutReorderEventArgs
Class
Provides data for the OnReorder event that fires when a user completes reordering a tile. Contains the Id of the moved tile to help identify which tile was repositioned. Use this event to save layout changes, update data models, or trigger additional actions based on tile position changes.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TileLayoutReorderEventArgs : TileLayoutEventArgsBase
Inheritance: objectTileLayoutEventArgsBaseTileLayoutReorderEventArgs
Inherited Members
Constructors
TileLayoutReorderEventArgs()
Declaration
cs-api-definition
public TileLayoutReorderEventArgs()