ResizeEventArgs

12 Sep 20251 minute to read

Provides information about a Resize event.

Properties

cancel boolean

Control the resize action whether the resize action happens continuously.
When you set this argument to true, resize process will be stopped.

element HTMLElement

Contains the root element of resizing pane.

event Event

Contains default event arguments.

index number[]

Contains the index of resizing pane.

pane HTMLElement[]

Contains the corresponding resizing pane.

separator HTMLElement

Contains the resizing pane’s separator element.