New to Kendo UI for Angular? Start a free 30-day trial
TileLayoutResizeEvent
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.
Name | Type | Default | Description |
---|---|---|---|
item |
|
The TileLayoutItem being resized | |
items |
|
The TileLayoutItem collection | |
newColSpan |
|
The new colSpan of the resized item | |
newRowSpan |
|
The new rowSpan of the resized item | |
oldColSpan |
|
The initial colSpan of the resized item | |
oldRowSpan |
|
The initial rowSpan of the resized item |
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
Returns | ||||
|
preventDefault |
---|
Prevents the default action for the event. The source component suppresses the built-in behavior that follows the event. |