UITabBarControllerDelegate_Extensions.ViewControllerSelected 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.
Indicates that the app user selected an item from the tab bar.
public static void ViewControllerSelected (this UIKit.IUITabBarControllerDelegate This, UIKit.UITabBarController tabBarController, UIKit.UIViewController viewController);
static member ViewControllerSelected : UIKit.IUITabBarControllerDelegate * UIKit.UITabBarController * UIKit.UIViewController -> unit
Parameters
The instance on which this extension method operates.
- tabBarController
- UITabBarController
- viewController
- UIViewController