C# Class ScnSideMenu.Forms.SideBarPage.SideBarEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: ScienceSoft-Inc/ScnSideMenu

Public Properties

Property Type Description
IsShow bool
Panel PanelAlignEnum

Public Methods

Method Description
SideBarEventArgs ( bool isShow, PanelAlignEnum panel ) : System

Method Details

SideBarEventArgs() public method

public SideBarEventArgs ( bool isShow, PanelAlignEnum panel ) : System
isShow bool
panel PanelAlignEnum
return System

Property Details

IsShow public_oe property

public bool IsShow
return bool

Panel public_oe property

public PanelAlignEnum Panel
return PanelAlignEnum