Provides data for rectangle changed events.

Hierarchy

Hierarchy

  • IgxRectChangedEventArgs

Constructors

Properties

ngAcceptInputType_newRect: string | IgRect
ngAcceptInputType_oldRect: string | IgRect

Accessors

  • get newRect(): IgRect
  • Gets the new rectangle.

    Returns IgRect

  • set newRect(v: IgRect): void
  • Parameters

    Returns void

  • get oldRect(): IgRect
  • Gets the rectangle before the change.

    Returns IgRect

  • set oldRect(v: IgRect): void
  • Parameters

    Returns void