NSWindowController.PrepareForSegue(NSStoryboardSegue, NSObject) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
[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
- segue
- NSStoryboardSegue
- sender
- NSObject
- Attributes
Product | Versions |
---|---|
Xamarin.Mac SDK | 14 |