The SelectedIndexChangingArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SelectedIndexChangingArgs |
Initializes a new instance of the SelectedIndexChangingArgs class.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Cancel |
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.) |
![]() |
NewIndex |
Gets the index of the selected item that will be assigned to picker.
|
![]() |
Picker |
Gets the target pickers that raised SelectedIndexChanging event.
|