Поделиться через


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

Измененное состояние перетаскивания.

Атрибуты

Применяется к