UIResponder.RemoteControlReceived(UIEvent) Method

Definition

Indicates that a remote-control event was received.

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

Parameters

theEvent
UIEvent

Event that encapsulates a remote-control command.

This parameter can be null.

Attributes

Applies to