}                                                                                                           // 1.0.010

        /// <summary>
        /// Initializes a new instance of the <see cref="TabEventArgs"/> class.
        /// </summary>
        /// <param name="theTabPage">The tab page.</param>
        /// <param name="theTabEvent">The tab event.</param>
        public TabEventArgs(
            ZeroitAyensuTabPage theTabPage,
            TabEventArgs.TabEvents theTabEvent)
        {
            this._TabPage  = theTabPage;
            this._TabEvent = theTabEvent;
        }
        }                                                                                                           // 1.0.003

        /// <summary>
        /// Initializes a new instance of the <see cref="TabEventArgs"/> class.
        /// </summary>
        /// <param name="theTabIndex">Index of the tab.</param>
        /// <param name="theTabEvent">The tab event.</param>
        public TabEventArgs(
            int theTabIndex,
            TabEventArgs.TabEvents theTabEvent)
        {
            this._TabIndex = theTabIndex;
            this._TabEvent = theTabEvent;
        }
 /// <summary>
 /// Initializes a new instance of the <see cref="TabEventArgs"/> class.
 /// </summary>
 /// <param name="theTabPage">The tab page.</param>
 /// <param name="theTabEvent">The tab event.</param>
 public TabEventArgs(                                                                                        // 1.0.010
     System.Windows.Forms.TabPage theTabPage,                                                                // 1.0.010
     TabEventArgs.TabEvents theTabEvent)                                                                     // 1.0.010
 {                                                                                                           // 1.0.010
     this._TabPage  = theTabPage;                                                                            // 1.0.010
     this._TabEvent = theTabEvent;                                                                           // 1.0.010
 }                                                                                                           // 1.0.010
Пример #4
0
		}																									// 1.0.010

		public TabEventArgs(																				// 1.0.001
			TdhTabPage theTabPage, 																// 1.0.001
			TabEventArgs.TabEvents theTabEvent)													// 1.0.001
		{																									// 1.0.001
			this._TabPage = theTabPage;																		// 1.0.001
			this._TabEvent = theTabEvent;																	// 1.0.001
		}																									// 1.0.001
Пример #5
0
		public TabEventArgs(																				// 1.0.010
			System.Windows.Forms.TabPage theTabPage, 														// 1.0.010
			TabEventArgs.TabEvents theTabEvent)													// 1.0.010
		{																									// 1.0.010
			this._TabPage = theTabPage;																		// 1.0.010
			this._TabEvent = theTabEvent;																	// 1.0.010
		}																									// 1.0.010
Пример #6
0
		}																									// 1.0.003

		public TabEventArgs(
			int theTabIndex, 
			TabEventArgs.TabEvents theTabEvent)													// 1.0.001
		{
			this._TabIndex = theTabIndex;
			this._TabEvent = theTabEvent;																	// 1.0.001
		}
        }                                                                                                           // 1.0.010

        /// <summary>
        /// Initializes a new instance of the <see cref="TabEventArgs"/> class.
        /// </summary>
        /// <param name="theTabIndex">Index of the tab.</param>
        /// <param name="theTabPage">The tab page.</param>
        /// <param name="theTabEvent">The tab event.</param>
        public TabEventArgs(
            int theTabIndex,
            ZeroitAyensuTabPage theTabPage,
            TabEventArgs.TabEvents theTabEvent)
        {
            this._TabIndex = theTabIndex;
            this._TabPage  = theTabPage;
            this._TabEvent = theTabEvent;
        }
        }                                                                                                           // 1.0.010

        /// <summary>
        /// Initializes a new instance of the <see cref="TabEventArgs"/> class.
        /// </summary>
        /// <param name="theNewTabIndex">Index of the new tab.</param>
        /// <param name="theOldTabIndex">Index of the old tab.</param>
        /// <param name="theTabPage">The tab page.</param>
        /// <param name="theTabEvent">The tab event.</param>
        public TabEventArgs(                                                                                        // 1.0.003
            int theNewTabIndex, int theOldTabIndex,                                                                 // 1.0.003
            ZeroitAyensuTabPage theTabPage,                                                                         // 1.0.003
            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
 /// <summary>
 /// Initializes a new instance of the <see cref="TabEventArgs"/> class.
 /// </summary>
 /// <param name="theNewTabIndex">Index of the new tab.</param>
 /// <param name="theOldTabIndex">Index of the old tab.</param>
 /// <param name="theTabPage">The tab page.</param>
 /// <param name="theTabEvent">The tab event.</param>
 public TabEventArgs(                                                                                        // 1.0.010
     int theNewTabIndex, int theOldTabIndex,                                                                 // 1.0.010
     System.Windows.Forms.TabPage theTabPage,                                                                // 1.0.010
     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
Пример #10
0
		}																									// 1.0.001

		public TabEventArgs(																				// 1.0.010
			int theNewTabIndex, int theOldTabIndex, 														// 1.0.010
			System.Windows.Forms.TabPage theTabPage,														// 1.0.010
			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
Пример #11
0
		}																									// 1.0.010

		public TabEventArgs(																				// 1.0.003
			int theNewTabIndex, int theOldTabIndex, 														// 1.0.003
			TdhTabPage theTabPage,																// 1.0.003
			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