UIControl.WillPerformPreviewAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("contextMenuInteraction:willPerformPreviewActionForMenuWithConfiguration:animator:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillPerformPreviewAction(UIKit.UIContextMenuInteraction interaction, UIKit.UIContextMenuConfiguration configuration, UIKit.IUIContextMenuInteractionCommitAnimating animator);
[<Foundation.Export("contextMenuInteraction:willPerformPreviewActionForMenuWithConfiguration:animator:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillPerformPreviewAction : UIKit.UIContextMenuInteraction * UIKit.UIContextMenuConfiguration * UIKit.IUIContextMenuInteractionCommitAnimating -> unit
override this.WillPerformPreviewAction : UIKit.UIContextMenuInteraction * UIKit.UIContextMenuConfiguration * UIKit.IUIContextMenuInteractionCommitAnimating -> unit
Parameters
- interaction
- UIContextMenuInteraction
- configuration
- UIContextMenuConfiguration
Implements
- Attributes