UIApplication.SendEvent(UIEvent) 메서드

정의

애플리케이션에 이벤트를 보냅니다.

[Foundation.Export("sendEvent:")]
public virtual void SendEvent (UIKit.UIEvent uievent);
abstract member SendEvent : UIKit.UIEvent -> unit
override this.SendEvent : UIKit.UIEvent -> unit

매개 변수

uievent
UIEvent

이벤트 정보를 캡슐화하는 개체입니다.

특성

설명

이 메서드를 사용하면 애플리케이션 개발자가 정상적으로 처리되는 네이티브 UIEvent를 만들 수 있습니다.

적용 대상

추가 정보

  • <xref:UIKit.UIApplication.SendAction>