Share via


UICellAccessoryPopUpMenu.SelectedElementDidChangeHandler Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Action<UIKit.UIMenu>? SelectedElementDidChangeHandler { [Foundation.Export("selectedElementDidChangeHandler", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSelectedElementDidChangeHandler:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("selectedElementDidChangeHandler", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setSelectedElementDidChangeHandler:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.SelectedElementDidChangeHandler : Action<UIKit.UIMenu> with get, set

Property Value

Attributes

Applies to