UITabBarController.ItemSelected(UITabBar, UITabBarItem) Method

Definition

Delegate method called when a UITabBarItem has been selected.

[Foundation.Export("tabBar:didSelectItem:")]
public virtual void ItemSelected (UIKit.UITabBar tabbar, UIKit.UITabBarItem item);
abstract member ItemSelected : UIKit.UITabBar * UIKit.UITabBarItem -> unit
override this.ItemSelected : UIKit.UITabBar * UIKit.UITabBarItem -> unit

Parameters

tabbar
UITabBar
Attributes

Applies to