UIResponder.RemoteControlReceived(UIEvent) メソッド

定義

リモート コントロール イベントが受信されたことを示します。

[Foundation.Export("remoteControlReceivedWithEvent:")]
public virtual void RemoteControlReceived (UIKit.UIEvent theEvent);
abstract member RemoteControlReceived : UIKit.UIEvent -> unit
override this.RemoteControlReceived : UIKit.UIEvent -> unit

パラメーター

theEvent
UIEvent

リモート コントロール コマンドをカプセル化するイベント。

このパラメーターは、null に設定できます。

属性

適用対象