NSViewController.ShouldPerformSegue(String, NSObject) Method

Definition

[Foundation.Export("shouldPerformSegueWithIdentifier:sender:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldPerformSegue (string identifier, Foundation.NSObject sender);
abstract member ShouldPerformSegue : string * Foundation.NSObject -> bool
override this.ShouldPerformSegue : string * Foundation.NSObject -> bool

Parameters

identifier
String
sender
NSObject

Returns

Attributes

Applies to