INSSeguePerforming Interface

Definition

[Foundation.Protocol(Name="NSSeguePerforming", WrapperType=typeof(AppKit.NSSeguePerformingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INSSeguePerforming : IDisposable, ObjCRuntime.INativeObject
type INSSeguePerforming = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

PerformSegue(INSSeguePerforming, String, NSObject)
PrepareForSegue(INSSeguePerforming, NSStoryboardSegue, NSObject)
ShouldPerformSegue(INSSeguePerforming, String, NSObject)

Applies to