Share via


UITabBarControllerDelegate.AcceptItemsFromDropSession Method

Definition

[Foundation.Export("tabBarController:tab:acceptItemsFromDropSession:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AcceptItemsFromDropSession(UIKit.UITabBarController tabBarController, UIKit.UITab tab, UIKit.IUIDropSession session);
[<Foundation.Export("tabBarController:tab:acceptItemsFromDropSession:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AcceptItemsFromDropSession : UIKit.UITabBarController * UIKit.UITab * UIKit.IUIDropSession -> unit
override this.AcceptItemsFromDropSession : UIKit.UITabBarController * UIKit.UITab * UIKit.IUIDropSession -> unit

Parameters

tabBarController
UITabBarController
tab
UITab
session
IUIDropSession

Implements

Attributes

Applies to