}																									// 1.0.010

		public TabEventArgs(																				// 1.0.001
			TDHTabCtl.TdhTabPage theTabPage, 																// 1.0.001
			TDHTabCtl.TabEventArgs.TabEvents theTabEvent)													// 1.0.001
		{																									// 1.0.001
			this._TabPage = theTabPage;																		// 1.0.001
			this._TabEvent = theTabEvent;																	// 1.0.001
		}																									// 1.0.001
		}																									// 1.0.003

		public TabEventArgs(
			int theTabIndex, 
			TDHTabCtl.TabEventArgs.TabEvents theTabEvent)													// 1.0.001
		{
			this._TabIndex = theTabIndex;
			this._TabEvent = theTabEvent;																	// 1.0.001
		}
		public TabEventArgs(																				// 1.0.010
			System.Windows.Forms.TabPage theTabPage, 														// 1.0.010
			TDHTabCtl.TabEventArgs.TabEvents theTabEvent)													// 1.0.010
		{																									// 1.0.010
			this._TabPage = theTabPage;																		// 1.0.010
			this._TabEvent = theTabEvent;																	// 1.0.010
		}																									// 1.0.010
		}																									// 1.0.001

		public TabEventArgs(																				// 1.0.010
			int theNewTabIndex, int theOldTabIndex, 														// 1.0.010
			System.Windows.Forms.TabPage theTabPage,														// 1.0.010
			TDHTabCtl.TabEventArgs.TabEvents theTabEvent)													// 1.0.010
		{																									// 1.0.010
			this._TabIndex = theNewTabIndex;																// 1.0.010
			this._oldTabIndex = theOldTabIndex;																// 1.0.010
			this._TabPage = theTabPage;																		// 1.0.010
			this._TabEvent = theTabEvent;																	// 1.0.010
		}																									// 1.0.010
		}																									// 1.0.010

		public TabEventArgs(																				// 1.0.003
			int theNewTabIndex, int theOldTabIndex, 														// 1.0.003
			TDHTabCtl.TdhTabPage theTabPage,																// 1.0.003
			TDHTabCtl.TabEventArgs.TabEvents theTabEvent)													// 1.0.003
		{																									// 1.0.003
			this._TabIndex = theNewTabIndex;																// 1.0.003
			this._oldTabIndex = theOldTabIndex;																// 1.0.003
			this._TabPage = theTabPage;																		// 1.0.003
			this._TabEvent = theTabEvent;																	// 1.0.003
		}																									// 1.0.003