次の方法で共有


UITabBarItemEventArgs クラス

定義

ItemSelected イベントのデータを提供します。

public class UITabBarItemEventArgs : EventArgs
type UITabBarItemEventArgs = class
    inherit EventArgs
継承
UITabBarItemEventArgs

コンストラクター

UITabBarItemEventArgs(UITabBarItem)

UITabBarItemEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

Item

イベントが関連付ける UITabBarItem。

適用対象