New to Kendo UI for Angular? Start a free 30-day trial
TileLayoutResizeEvent
Arguments for the resize
event. The resize
event fires when any item size
is changed from the UI. If you cancel the event, the change is prevented (see example).
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 a specified event. In this way, the source component suppresses the built-in behavior that follows the event. |