Class IgxRectChangedEventArgs
Constructors
constructor
- new IgxRectChangedEventArgs(): IgxRectChangedEventArgs
-
Properties
Static ngAcceptInputType_newRect
ng
Accept
Input
Type_
new
Rect
: string | IgRect
Static ngAcceptInputType_oldRect
ng
Accept
Input
Type_
old
Rect
: string | IgRect
Accessors
newRect
- get newRect(): IgRect
-
- set newRect(v: IgRect): void
-
Parameters
Returns void
oldRect
- get oldRect(): IgRect
-
- set oldRect(v: IgRect): void
-
Parameters
Returns void
Provides data for rectangle changed events.