Lingua

NumberPicker.ScrollEventArgs Class

Definition

Provides data for the Scroll event.

public class NumberPicker.ScrollEventArgs : EventArgs
type NumberPicker.ScrollEventArgs = class
    inherit EventArgs
Inheritance
NumberPicker.ScrollEventArgs

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

Name Description
NumberPicker.ScrollEventArgs(NumberPicker, NumberPickerScrollState)

Initializes event data supplied by the scroll callback.

Properties

Name Description
ScrollState

Gets the scroll state.

View

Gets the view supplied by the scroll callback.

Applies to