IndexChangingEventArgs Constructor

Initializes a new instance of IndexChangingEventArgs.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public IndexChangingEventArgs(
	int nOldIndex,
	int nNewIndex
)

Parameters

nOldIndex  Int32
Value for OldIndex property.
nNewIndex  Int32
Value for NewIndex property.

See Also