C# Class ScnSideMenu.Forms.SideBarPage.SideBarEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: ScienceSoft-Inc/ScnSideMenu

Méthodes publiques

Свойство Type Description
IsShow bool
Panel PanelAlignEnum

Méthodes publiques

Méthode Description
SideBarEventArgs ( bool isShow, PanelAlignEnum panel ) : System

Method Details

SideBarEventArgs() public méthode

public SideBarEventArgs ( bool isShow, PanelAlignEnum panel ) : System
isShow bool
panel PanelAlignEnum
Résultat System

Property Details

IsShow public_oe property

public bool IsShow
Résultat bool

Panel public_oe property

public PanelAlignEnum Panel
Résultat PanelAlignEnum