Arguments for the resize event.
The resize event fires when you change any item size through the UI.
You can prevent this event to stop the resize operation.
Definition
Package:@progress/kendo-angular-layout
Methods
Returns true if you or any subscriber prevented the default action.
Returns:
boolean
true if the default action was prevented, otherwise, false.
Prevents the default action for the event. The source component suppresses the built-in behavior that follows the event.
Properties
The TileLayoutItem being resized
The TileLayoutItem collection
newColSpan
number
The new colSpan of the resized item
newRowSpan
number
The new rowSpan of the resized item
oldColSpan
number
The initial colSpan of the resized item
oldRowSpan
number
The initial rowSpan of the resized item