Share via


UITableView.DropDelegate Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.IUITableViewDropDelegate? DropDelegate { [Foundation.Export("dropDelegate", ObjCRuntime.ArgumentSemantic.Weak)] get; [Foundation.Export("setDropDelegate:", ObjCRuntime.ArgumentSemantic.Weak)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("dropDelegate", ObjCRuntime.ArgumentSemantic.Weak)>]
[<set: Foundation.Export("setDropDelegate:", ObjCRuntime.ArgumentSemantic.Weak)>]
member this.DropDelegate : UIKit.IUITableViewDropDelegate with get, set

Property Value

Attributes

Applies to