Share via


UITabBarFinalItemsEventArgs(UITabBarItem[], Boolean) Constructor

Definition

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

public UITabBarFinalItemsEventArgs(UIKit.UITabBarItem[] items, bool changed);
new UIKit.UITabBarFinalItemsEventArgs : UIKit.UITabBarItem[] * bool -> UIKit.UITabBarFinalItemsEventArgs

Parameters

items
UITabBarItem[]

The value for the Items property.

changed
Boolean

The value for the Changed property.

Applies to