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

属性

适用于