React ScrollView Types

DisposingEvent

The type of the disposing event handler's argument.

import { ScrollViewTypes } from "devextreme-react/scroll-view"
Type: ScrollViewTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { ScrollViewTypes } from "devextreme-react/scroll-view"
Type: ScrollViewTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { ScrollViewTypes } from "devextreme-react/scroll-view"
Type: ScrollViewTypes.OptionChangedEvent

PullDownEvent

The type of the pullDown event handler's argument.

import { ScrollViewTypes } from "devextreme-react/scroll-view"
Type: ScrollViewTypes.PullDownEvent

ReachBottomEvent

The type of the reachBottom event handler's argument.

import { ScrollViewTypes } from "devextreme-react/scroll-view"
Type: ScrollViewTypes.ReachBottomEvent

ScrollEvent

The type of the scroll event handler's argument.

import { ScrollViewTypes } from "devextreme-react/scroll-view"
Type: ScrollViewTypes.ScrollEvent

UpdatedEvent

The type of the updated event handler's argument.

import { ScrollViewTypes } from "devextreme-react/scroll-view"
Type: ScrollViewTypes.UpdatedEvent