Table of Contents

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

previousIndex int

The previous selected index.

newIndex int

The new selected index.

Fields

PreviousSelectedIndex

Provides data for the SelectionChanged event of a control.

public readonly int PreviousSelectedIndex

Field Value

int

SelectedIndex

Gets the index of the newly selected item.

public readonly int SelectedIndex

Field Value

int