다음을 통해 공유


UITableViewDropDelegate_Extensions.DropSessionDidEnd 메서드

정의

삭제 세션이 종료되면 호출되는 메서드입니다.

public static void DropSessionDidEnd (this UIKit.IUITableViewDropDelegate This, UIKit.UITableView tableView, UIKit.IUIDropSession session);
static member DropSessionDidEnd : UIKit.IUITableViewDropDelegate * UIKit.UITableView * UIKit.IUIDropSession -> unit

매개 변수

This
IUITableViewDropDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

tableView
UITableView

원래 의도한 대상 테이블 뷰입니다.

session
IUIDropSession

종료된 세션입니다.

적용 대상