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일 수 있습니다.

특성

적용 대상