UIUpdateLink.AddAction 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.
Overloads
| Name | Description |
|---|---|
| AddAction(UIUpdateLinkCallback) | |
| AddAction(NSObject, Selector) |
AddAction(UIUpdateLinkCallback)
[Foundation.Export("addActionWithHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddAction(UIKit.UIUpdateLinkCallback handler);
[<Foundation.Export("addActionWithHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddAction : UIKit.UIUpdateLinkCallback -> unit
override this.AddAction : UIKit.UIUpdateLinkCallback -> unit
Parameters
- handler
- UIUpdateLinkCallback
- Attributes
Applies to
AddAction(NSObject, Selector)
[Foundation.Export("addActionWithTarget:selector:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddAction(Foundation.NSObject target, ObjCRuntime.Selector selector);
[<Foundation.Export("addActionWithTarget:selector:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddAction : Foundation.NSObject * ObjCRuntime.Selector -> unit
override this.AddAction : Foundation.NSObject * ObjCRuntime.Selector -> unit
Parameters
- target
- NSObject
- selector
- Selector
- Attributes