Share via


IUICollectionViewDelegate.WillPerformPreviewAction Method

Definition

[Foundation.Export("collectionView:willPerformPreviewActionForMenuWithConfiguration:animator:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillPerformPreviewAction(UIKit.UICollectionView collectionView, UIKit.UIContextMenuConfiguration configuration, UIKit.IUIContextMenuInteractionCommitAnimating animator);
[<Foundation.Export("collectionView:willPerformPreviewActionForMenuWithConfiguration:animator:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillPerformPreviewAction : UIKit.UICollectionView * UIKit.UIContextMenuConfiguration * UIKit.IUIContextMenuInteractionCommitAnimating -> unit
override this.WillPerformPreviewAction : UIKit.UICollectionView * UIKit.UIContextMenuConfiguration * UIKit.IUIContextMenuInteractionCommitAnimating -> unit

Parameters

collectionView
UICollectionView
Attributes

Applies to