UIResponder.RemoteControlReceived(UIEvent) Método

Definición

Indica que se recibió un evento de control remoto.

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

Parámetros

theEvent
UIEvent

Evento que encapsula un comando de control remoto.

Este parámetro puede ser null.

Atributos

Se aplica a