UIKit.UINavigationBarDelegate_Extensions Members

The members of UIKit.UINavigationBarDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

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) : bool
Called by the system prior to popping the .
static
ShouldPushItem(this IUINavigationBarDelegate, UINavigationBar, UINavigationItem) : bool
Called by the system prior to pushing the onto the navigation stack.