C# Class GrayIris.Utilities.UI.Controls.NewTabEventArgs

A class to contain the information regarding the YaTabControl.NewTab event.
Inheritance: System.EventArgs
Show file Open project: realistschuckle/yet-another-tab-control Class Usage Examples

Public Methods

Method Description
NewTabEventArgs ( GrayIris.Utilities.UI.Controls.YaTabPage newTab ) : System

Method Details

NewTabEventArgs() public method

public NewTabEventArgs ( GrayIris.Utilities.UI.Controls.YaTabPage newTab ) : System
newTab GrayIris.Utilities.UI.Controls.YaTabPage
return System