IndexChangedEventArgs Constructor

Creates an instance of IndexChangedEventArgs.

Definition

Namespace: BeeMobile.iMenu
Assembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
C#
public IndexChangedEventArgs(
	int anOldIdx,
	int aNewIdx
)

Parameters

anOldIdx  Int32
Specifies the old index.
aNewIdx  Int32
Specifies the new index.

See Also