Share via


UIViewController.PrepareForSegue(UIStoryboardSegue, NSObject) Method

Definition

[Foundation.Export("prepareForSegue:sender:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PrepareForSegue(UIKit.UIStoryboardSegue segue, Foundation.NSObject? sender);
[<Foundation.Export("prepareForSegue:sender:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PrepareForSegue : UIKit.UIStoryboardSegue * Foundation.NSObject -> unit
override this.PrepareForSegue : UIKit.UIStoryboardSegue * Foundation.NSObject -> unit

Parameters

sender
NSObject
Attributes

Applies to