All pages
Powered by GitBook
1 of 1

Loading...

TabControlEventArgs

Wisej.Web.TabControlEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Provides data for the Selected and Deselected events of a TabControl control.

public class TabControlEventArgs : EventArgs
Public Class TabControlEventArgs
    Inherits EventArgs

Constructors

TabControlEventArgs(tabPage, tabPageIndex, action)

Initializes a new instance of the class.

Name
Type
Description

Properties

Action

: Returns a value indicating which event is occurring.

TabPage

: Returns the the event is occurring for.

TabPageIndex

: Returns the zero-based index of the in the collection.

Used By

Name
Description

tabPage

TabPage

The TabPage the event is occurring for.

tabPageIndex

Int32

The zero-based index of tabPage in the TabPages collection.

action

TabControlAction

One of the TabControlAction values.

TabControlEventHandler

Represents the method that will handle the Selected or Deselected event of a TabControl control.

TabControlEventArgs
TabControlAction
TabPage
TabPage
Int32
TabPage
TabPages