Interface IgrFloatingPaneResizeMoveEventArgsDetail

Hierarchy

Hierarchy (View Summary)

Properties

newHeight: number

Gets the pane's height after the resizing operation.

newLocation: IgrDockManagerPoint

Gets the pane's floating location after the resizing operation.

newWidth: number

Gets the pane's width after the resizing operation.

oldHeight: number

Gets the pane's height before the resizing operation.

oldLocation: IgrDockManagerPoint

Gets the pane's floating location before the resizing operation.

oldWidth: number

Gets the pane's width before the resizing operation.

resizerLocation: IgrResizerLocation

Gets the edge/corner that is being dragged.

sourcePane: IgrSplitPane

Gets the source pane that triggers the resize operation.