UITabBarDelegate.ItemSelected(UITabBar, UITabBarItem) Method

Definition

Indicates that the specified UITabBarItem was 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