UITabBarCustomizeEventArgs Class

Definition

Provides data for the OnCustomizingViewControllers event.

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

Constructors

UITabBarCustomizeEventArgs(UIViewController[])

Initializes a new instance of the UITabBarCustomizeEventArgs class.

Properties

ViewControllers

The UIViewControllers of the UITabBar.

Applies to