UIResponder.RemoteControlReceived(UIEvent) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique qu’un événement de contrôle à distance a été reçu.
[Foundation.Export("remoteControlReceivedWithEvent:")]
public virtual void RemoteControlReceived (UIKit.UIEvent theEvent);
abstract member RemoteControlReceived : UIKit.UIEvent -> unit
override this.RemoteControlReceived : UIKit.UIEvent -> unit
Paramètres
- theEvent
- UIEvent
Événement qui encapsule une commande de contrôle à distance.
Ce paramètre peut être null
.
- Attributs