TabPageCollectionEventArgs Constructor

Initializes a new instance of TabPageCollectionEventArgs class.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public TabPageCollectionEventArgs(
	int nIndex,
	TabPage aTabPage
)

Parameters

nIndex  Int32
Index of a TabPage which has been manipulated.
aTabPage  TabPage
A TabPage which has been manipulated.

See Also