IgcFloatingPaneResizeMoveEventArgs
Properties
Section titled "Properties"newHeight
Section titled "newHeight"Gets the pane's height after the resizing operation.
newHeight: number newLocation
Section titled "newLocation"Gets the pane's floating location after the resizing operation.
newLocation: IgcDockManagerPoint newWidth
Section titled "newWidth"Gets the pane's width after the resizing operation.
newWidth: number oldHeight
Section titled "oldHeight"Gets the pane's height before the resizing operation.
oldHeight: number oldLocation
Section titled "oldLocation"Gets the pane's floating location before the resizing operation.
oldLocation: IgcDockManagerPoint oldWidth
Section titled "oldWidth"Gets the pane's width before the resizing operation.
oldWidth: number resizerLocation
Section titled "resizerLocation"Inherited from: IgcFloatingPaneResizeEventArgs
Gets the edge/corner that is being dragged.
resizerLocation: IgcResizerLocation sourcePane
Section titled "sourcePane"Inherited from: IgcFloatingPaneResizeEventArgs
Gets the source pane that triggers the resize operation.
sourcePane: IgcSplitPane