ISizeChangeEventArgs
23 Sep 20251 minute to read
ISizeChangeEventArgs notifies when the node are resized
Properties
cancel boolean
specify whether or not to cancel the event
newValue SelectorModel
returns the new width, height, offsetX and offsetY values of the element that is being resized.
oldValue SelectorModel
returns the previous width, height, offsetX and offsetY values of the element that is being resized.
source SelectorModel
returns the node that is selected for resizing
state State
returns the state of size change event (Start, Progress, Completed)