MindFusion.UI for WebForms Programmer's Guide

TabChangingEventArgs Members

Constructors Methods
 


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

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

 Public Constructors

  Name Description

TabChangingEventArgs

Initializes a new instance of the TabChangingEventArgs 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