UIActionSheetDelegate_Extensions 클래스

정의

프로토콜의 모든 메서드를 IUIActionSheetDelegate 지원하기 위해 인터페이스에 대한 확장 메서드입니다 UIActionSheetDelegate .

public static class UIActionSheetDelegate_Extensions
type UIActionSheetDelegate_Extensions = class
상속
UIActionSheetDelegate_Extensions

설명

개발자가 인터페이스의 인스턴스를 IUIActionSheetDelegate 원래 UIActionSheetDelegate 프로토콜의 모든 선택적 메서드를 갖는 것으로 처리할 수 있는 확장 메서드입니다. 인터페이스에는 필요한 멤버만 포함되므로 이러한 확장 메서드를 사용하면 개발자가 프로토콜의 선택적 멤버를 호출할 수 있습니다.

메서드

Canceled(IUIActionSheetDelegate, UIActionSheet)

UIActionSheet가 취소되었음을 나타냅니다.

Clicked(IUIActionSheetDelegate, UIActionSheet, nint)

buttonIndex의 단추를 클릭했음을 나타냅니다.

Dismissed(IUIActionSheetDelegate, UIActionSheet, nint)

buttonIndex에서 단추가 푸시되어 작업이 화면에서 해제되었음을 나타냅니다.

Presented(IUIActionSheetDelegate, UIActionSheet)

작업 시트가 사용자에게 표시되었음을 나타냅니다.

WillDismiss(IUIActionSheetDelegate, UIActionSheet, nint)

buttonIndex에서 단추를 누르면 작업 시트가 곧 해제됨을 나타냅니다.

WillPresent(IUIActionSheetDelegate, UIActionSheet)

작업 시트가 표시될 예정임을 나타냅니다.

적용 대상