src/utils/ScrollBarUtils/ScrollEventArgs.ts
Provides data for the Scroll event
Properties |
constructor(value: any)
|
||||||
Parameters :
|
MapperId |
Type : string
|
Mapper Id for the backend datatransfer |
NewValue |
Type : number
|
The numeric value that the Value property will be changed to. |
OldValue |
Type : number
|
The numeric value that the Value property contained before it changed. |
ScrollOrientation |
Type : ScrollOrientation
|
Gets the scroll bar orientation that raised the Scroll event. |
Type |
Type : ScrollEventType
|
Gets the type of scroll event that occurred. |