MindFusion.UI for WebForms Programmer's Guide

TabChangedEventArgs Members

Constructors Methods
 


Contains the arguments passed to handler of TabControl's activeTabChanged event.

The following tables list the members exposed by the TabChangedEventArgs type.

 Public Constructors

  Name Description

TabChangedEventArgs

Initializes a new instance of the TabChangedEventArgs class.

 Public Methods

  Name Description

getNewTab

Gets the active TabPage object after the event.

getOldTab

Gets the active TabPage object before the event.

 See Also