편집

Share via


UICollectionViewCell.DragStateDidChange(UICollectionViewCellDragState) 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.UICollectionViewCellDragState dragState);
abstract member DragStateDidChange : UIKit.UICollectionViewCellDragState -> unit
override this.DragStateDidChange : UIKit.UICollectionViewCellDragState -> unit

Parameters

dragState
UICollectionViewCellDragState

The drag state that changed.

Attributes

Applies to