다음을 통해 공유


UITableViewDragDelegate.DragSessionDidEnd(UITableView, IUIDragSession) 메서드

정의

사용자가 끌기 세션을 취소하거나 완료할 때 호출되는 메서드입니다.

[Foundation.Export("tableView:dragSessionDidEnd:")]
public virtual void DragSessionDidEnd (UIKit.UITableView tableView, UIKit.IUIDragSession session);
abstract member DragSessionDidEnd : UIKit.UITableView * UIKit.IUIDragSession -> unit
override this.DragSessionDidEnd : UIKit.UITableView * UIKit.IUIDragSession -> unit

매개 변수

tableView
UITableView

원래 테이블 뷰입니다.

session
IUIDragSession

종료된 세션입니다.

특성

적용 대상