UITableViewCell.DragStateDidChange(UITableViewCellDragState) 메서드

정의

셀의 끌기 상태가 변경되면 호출되는 메서드입니다.

[Foundation.Export("dragStateDidChange:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DragStateDidChange (UIKit.UITableViewCellDragState dragState);
abstract member DragStateDidChange : UIKit.UITableViewCellDragState -> unit
override this.DragStateDidChange : UIKit.UITableViewCellDragState -> unit

매개 변수

dragState
UITableViewCellDragState

변경된 끌기 상태입니다.

특성

적용 대상