Partager via


UITableViewCell.DragStateDidChange(UITableViewCellDragState) Méthode

Définition

Méthode appelée lorsque l’état de glissement de la cellule change.

[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

Paramètres

dragState
UITableViewCellDragState

État de glissement qui a changé.

Attributs

S’applique à