NumberPicker.ValueChangeEventArgs Class

Definition

Provides data for the ValueChanged event.

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

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.ValueChangeEventArgs(NumberPicker, Int32, Int32)

Initializes event data supplied by the value changed callback.

Properties

Name Description
NewVal

Gets the new val.

OldVal

Gets the old val.

Picker

Gets the picker.

Applies to