Share via


UICollectionViewPlaceholder.CellUpdateHandler Property

Definition

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

Property Value

Attributes

Applies to