This is a migrated thread and some comments may be shown as answers.

what is TabStripEventArgs replacement in Q1 2008?

1 Answer 35 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kelley
Top achievements
Rank 1
Kelley asked on 09 May 2008, 05:27 PM
I have a project that used Q1 2007. We have Q1 2008 version.

I have this line of code:

protected void tsTabs_TabClick(object sender, TabStripEventArgs e)

{

mpContent.SelectedIndex = e.Tab.Index;

}

And TabStripEventArgs is giving me an error. What should I replace it with?

Thanks

1 Answer, 1 is accepted

Sort by
0
Kelley
Top achievements
Rank 1
answered on 09 May 2008, 05:31 PM
nevermind, found it 

RadTabStripEventArgs

Tags
General Discussions
Asked by
Kelley
Top achievements
Rank 1
Answers by
Kelley
Top achievements
Rank 1
Share this question
or