UITabBarController.ItemSelected(UITabBar, UITabBarItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- item
- UITabBarItem
- Attributes