Interface to define arguments of view resized events.

interface AcEdViewResizedEventArgs {
    height: number;
    width: number;
}

Properties

Properties

height: number

New height of the resized view.

width: number

New width of the resized view.