TabPageCollectionEventArgs Constructor
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
public TabPageCollectionEventArgs(
int nIndex,
TabPage aTabPage
)
Public Sub New (
nIndex As Integer,
aTabPage As TabPage
)
Parameters
- nIndex Int32
- Index of a TabPage which has been manipulated.
- aTabPage TabPage
- A TabPage which has been manipulated.