Share via


UITabBarAcceptItemsEventArgs(UITab, IUIDropSession) Constructor

Definition

Create a new instance of the UITabBarAcceptItemsEventArgs with the specified event data.

public UITabBarAcceptItemsEventArgs(UIKit.UITab tab, UIKit.IUIDropSession session);
new UIKit.UITabBarAcceptItemsEventArgs : UIKit.UITab * UIKit.IUIDropSession -> UIKit.UITabBarAcceptItemsEventArgs

Parameters

tab
UITab

The value for the Tab property.

session
IUIDropSession

The value for the Session property.

Applies to