Class SelectionChangedEventArgs
- Namespace
- nanoFramework.Presentation.Controls
- Assembly
- nanoFramework.Graphics.dll
Provides data for the SelectionChanged event of a control.
public class SelectionChangedEventArgs : EventArgs
- Inheritance
-
SelectionChangedEventArgs
- Inherited Members
- Extension Methods
Constructors
SelectionChangedEventArgs(int, int)
Initializes a new instance of the SelectionChangedEventArgs class with the specified previous and new selected indexes.
public SelectionChangedEventArgs(int previousIndex, int newIndex)
Parameters
Fields
PreviousSelectedIndex
Provides data for the SelectionChanged event of a control.
public readonly int PreviousSelectedIndex
Field Value
SelectedIndex
Gets the index of the newly selected item.
public readonly int SelectedIndex