C# Class YamuiFramework.Controls.TabPressedEventArgs

Inheritance: System.EventArgs
Mostra file Open project: jcaillon/3P Class Usage Examples

Public Properties

Property Type Description
SelectedIndex int

Public Methods

Method Description
TabPressedEventArgs ( int selectedIndex ) : System

Method Details

TabPressedEventArgs() public method

public TabPressedEventArgs ( int selectedIndex ) : System
selectedIndex int
return System

Property Details

SelectedIndex public_oe property

public int SelectedIndex
return int