The methods of UIKit.UINavigationBarDelegate_Extensions are listed below. For a list of all members, see the UINavigationBarDelegate_Extensions Members list.
See Also: Inherited members from System.Object
static | DidPopItem(this IUINavigationBarDelegate, UINavigationBar, UINavigationItem)Called by the system shortly after the has been popped from the navigation stack. | |
static | DidPushItem(this IUINavigationBarDelegate, UINavigationBar, UINavigationItem)Called by the system shortly after the has been pushed onto the navigation stack. | |
static | ShouldPopItem(this IUINavigationBarDelegate, UINavigationBar, UINavigationItem)Called by the system prior to popping the . | |
static | ShouldPushItem(this IUINavigationBarDelegate, UINavigationBar, UINavigationItem)Called by the system prior to pushing the onto the navigation stack. | |