UIKit.UIResponder.NextResponder Property
The next responder on the response chain

Syntax

[get: Foundation.Export("nextResponder")]
public virtual UIResponder NextResponder { get; }

Value

Next responder in the specified chain to be presented with an event for handling.

Remarks

This property returns the next responder in the chain. For UIKit.UIView objects, this returns the managing UIKit.UIViewController, or the UIView.Superview if the controller is not set. For the UIKit.UIViewController, this returns its view's UIView.Superview. For UIKit.UIWindows, this returns the UIKit.UIApplication object. UIKit.UIApplication objects return null.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0