TabHost.TabChangeEventArgs Class

Definition

Provides data for the TabChanged event.

public class TabHost.TabChangeEventArgs : EventArgs
type TabHost.TabChangeEventArgs = class
    inherit EventArgs
Inheritance
TabHost.TabChangeEventArgs

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

Name Description
TabHost.TabChangeEventArgs(String)

Initializes event data supplied by the tab changed callback.

Properties

Name Description
TabId

Gets the tab id.

Applies to