Search Results for

    Show / Hide Table of Contents

    Class OTZTabOnlyEventArgs

    タブオンリーコントロールの各イベントのデータを提供します

    Inheritance
    System.Object
    System.EventArgs
    OTZTabOnlyEventArgs
    名前空間: OTZControls.Controls
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZTabOnlyEventArgs : EventArgs

    コンストラクタ

    OTZTabOnlyEventArgs(MouseEventArgs, OTZTabOnlyPage)

    宣言
    public OTZTabOnlyEventArgs(MouseEventArgs mouseEventArgs, OTZTabOnlyPage tabPage)
    パラメーター
    型 名前 説明
    MouseEventArgs mouseEventArgs
    OTZTabOnlyPage tabPage

    プロパティ

    MouseEventArgs

    宣言
    public MouseEventArgs MouseEventArgs { get; }
    プロパティ値
    型 説明
    MouseEventArgs

    TabPage

    宣言
    public OTZTabOnlyPage TabPage { get; }
    プロパティ値
    型 説明
    OTZTabOnlyPage
    In This Article
    Back to top Generated by DocFX