Share via


UITabBarTabSelectionEventArgs(UITab, UITab) Constructor

Definition

Create a new instance of the UITabBarTabSelectionEventArgs with the specified event data.

public UITabBarTabSelectionEventArgs(UIKit.UITab tab, UIKit.UITab? previousTab);
new UIKit.UITabBarTabSelectionEventArgs : UIKit.UITab * UIKit.UITab -> UIKit.UITabBarTabSelectionEventArgs

Parameters

tab
UITab

The value for the Tab property.

previousTab
UITab

The value for the PreviousTab property.

Applies to