Sdílet prostřednictvím


UITableViewController.WillPerformPreviewAction Method

Definition

[Foundation.Export("tableView:willPerformPreviewActionForMenuWithConfiguration:animator:")]
[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:")>]
[<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

Implements

Attributes

Applies to