Share via


IUITableViewDelegate.WillPerformPreviewAction Method

Definition

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

Parameters

tableView
UITableView
Attributes

Applies to