UIResponder.NextResponder プロパティ

定義

応答チェーンの次のレスポンダー

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

プロパティ値

指定したチェーン内の次のレスポンダーに、処理用のイベントが表示されます。

属性

注釈

このプロパティは、チェーン内の次のレスポンダーを返します。 オブジェクトの場合 UIView 、これは管理 UIViewControllerを返します。コントローラー Superview が設定されていない場合は を返します。 の場合、 UIViewControllerビューの が返されます Superview。 s の場合 UIWindow、これは オブジェクトを UIApplication 返します。 UIApplication オブジェクトは null を返します。

適用対象