UITabBarDelegate_Extensions Class
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.
Extension methods to the IUITabBarDelegate interface to support all the methods from the UITabBarDelegate protocol.
public static class UITabBarDelegate_Extensions
type UITabBarDelegate_Extensions = class
- Inheritance
-
UITabBarDelegate_Extensions
Remarks
The extension methods for IUITabBarDelegate allow developers to treat instances of the interface as having all the optional methods of the original UITabBarDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.
Methods
DidBeginCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[]) |
Indicates that customizing the specified UITabBarItems has begun. |
DidEndCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[], Boolean) |
Indicates that customization of the specified items has ended. |
ItemSelected(IUITabBarDelegate, UITabBar, UITabBarItem) |
Indicates that the specified UITabBarItem was selected. |
WillBeginCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[]) |
Indicates that customization is about to begin on the specified UITabBarItems. |
WillEndCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[], Boolean) |
Indicates that customization is about to end on the specified UITabBarItems. |