Share via


UIViewController.ShouldPerformSegue(String, NSObject) Method

Definition

[Foundation.Export("shouldPerformSegueWithIdentifier:sender:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldPerformSegue(string segueIdentifier, Foundation.NSObject? sender);
[<Foundation.Export("shouldPerformSegueWithIdentifier:sender:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldPerformSegue : string * Foundation.NSObject -> bool
override this.ShouldPerformSegue : string * Foundation.NSObject -> bool

Parameters

segueIdentifier
String
sender
NSObject

Returns

Attributes

Applies to