UITabBarCustomizeChangeEventArgs Class

Definition

public class UITabBarCustomizeChangeEventArgs : EventArgs
type UITabBarCustomizeChangeEventArgs = class
    inherit EventArgs
Inheritance
UITabBarCustomizeChangeEventArgs

Constructors

UITabBarCustomizeChangeEventArgs(UIViewController[], Boolean)

Initializes a new instance of the UITabBarCustomizeChangeEventArgs class.

Properties

Changed

Whether the customization changed the UITabBar.

ViewControllers

The UIViewControllers of the UITabBar.

Applies to