NSViewController.PrepareForSegue(NSStoryboardSegue, NSObject) 方法

定义

[Foundation.Export("prepareForSegue:sender:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void PrepareForSegue (AppKit.NSStoryboardSegue segue, Foundation.NSObject sender);
abstract member PrepareForSegue : AppKit.NSStoryboardSegue * Foundation.NSObject -> unit
override this.PrepareForSegue : AppKit.NSStoryboardSegue * Foundation.NSObject -> unit

参数

sender
NSObject
属性

适用于