public TabPageChangeEventArgs(vTabPage page, ETabPageChangeType type) { this._type = type; this._page = page; }