UIKit.UIStoryboardSegue Members

The members of UIKit.UIStoryboardSegue are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
DestinationViewControllerUIViewController. The destination for the segue. Read-only.
[read-only]
Identifierstring. Uniquely identifies the segue. Read-only.
[read-only]
SourceViewControllerUIViewController. The UIViewController that starts the segue.

Public Methods

static
Create(string, UIViewController, UIViewController, Action) : UIStoryboardSegue
Documentation for this section has not yet been entered.
Perform()
Executes the visual transition for the segue.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIStoryboardSegue object.