UITableViewCell.DragStateDidChange(UITableViewCellDragState) Method

Definition

Method that is called when the cell's drag state changes.

[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

Parameters

dragState
UITableViewCellDragState

The drag state that changed.

Attributes

Applies to