Event arguments for layout-related events.

interface AcDbLayoutEventArgs {
    newLayout: AcDbLayout;
    oldLayout: AcDbLayout;
}

Properties

Properties

newLayout: AcDbLayout

The new layout

oldLayout: AcDbLayout

The previous layout