MindFusion.UI for WebForms Programmer's Guide

TabControlEventArgs Members

Constructors Properties
 


Provides data for TabControl related events.

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

 Public Constructors

  Name Description

TabControlEventArgs

Initializes a new instance of the TabControlEventArgs class.

 Public Properties

  Name Description

Action

Gets a value indicating which event is occurring.

TabPage

Gets the TabPage the event is occurring for.

TabPageIndex

Gets the zero-based index of the TabPage in the TabControl.Tabs collection.

 See Also