C# Class Continuity.Controls.TabSelectionChangedEventArgs

Inheritance: System.EventArgs
Show file Open project: JustinXinLiu/Continuity

Public Methods

Method Description
TabSelectionChangedEventArgs ( int oldIndex, int newIndex ) : System

Method Details

TabSelectionChangedEventArgs() public method

public TabSelectionChangedEventArgs ( int oldIndex, int newIndex ) : System
oldIndex int
newIndex int
return System