RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

SelectedIndexChangedEventArgs Constructor

Initializes a new instance of the SelectedIndexChangedEventArgs class.

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public SelectedIndexChangedEventArgs(
	int newIndex
)
Public Sub New ( _
	newIndex As Integer _
)
public:
SelectedIndexChangedEventArgs(
	int^ newIndex
)

Parameters

newIndex
Type: Int32
The new index.