次の方法で共有


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

変更されたドラッグ状態。

属性

適用対象