UIKit.UIViewController.CanPerformUnwind Method
Specifies whether this UIKit.UIViewController supports the specific unwind segue

Syntax

[Foundation.Export("canPerformUnwindSegueAction:fromViewController:withSender:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
public virtual bool CanPerformUnwind (ObjCRuntime.Selector segueAction, UIViewController fromViewController, Foundation.NSObject sender)

See Also

UIViewController.GetSegueForUnwinding

Parameters

segueAction
The action that the target UIKit.UIViewController should perform immediately prior to the segue executing.
fromViewController
The initiating UIKit.UIViewController.
sender
The object that sent the action.

Returns

Returns true if this supports the specific unwind segue.

Remarks

“Unwind actions” occur when a storyboard segues back through the sequence of UIKit.UIViewControllers that brought the application to its current state. This method is called to determine if this UIKit.UIViewController supports an unwind segue with the specified parameters.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0