The members of UIKit.UITabBarDelegate_Extensions are listed below.
See Also: Inherited members from System.Object
| static  | DidBeginCustomizingItems(this IUITabBarDelegate, UITabBar, UITabBarItem[]) Indicates that customizing the specified UITabBarItems has begun. | |
| static  | DidEndCustomizingItems(this IUITabBarDelegate, UITabBar, UITabBarItem[], bool) Indicates that customization of the specified items has ended. | |
| static  | ItemSelected(this IUITabBarDelegate, UITabBar, UITabBarItem) Indicates that the specified UITabBarItem was selected. | |
| static  | WillBeginCustomizingItems(this IUITabBarDelegate, UITabBar, UITabBarItem[]) Indicates that customization is about to begin on the specified UITabBarItems. | |
| static  | WillEndCustomizingItems(this IUITabBarDelegate, UITabBar, UITabBarItem[], bool) Indicates that customization is about to end on the specified UITabBarItems. | |