C# Class Smrf.NodeXL.ExcelTemplate.RunCollapseOrExpandGroupsCommandEventArgs

Provides information needed when groups need to be collapsed or expanded.
Inheritance: RunCommandEventArgs
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_bCollapse System.Boolean
m_oGroupNames ICollection

Méthodes publiques

Méthode Description
AssertValid ( ) : void
RunCollapseOrExpandGroupsCommandEventArgs ( System.Boolean collapse, ICollection groupNames ) : System

Initializes a new instance of the class.

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

RunCollapseOrExpandGroupsCommandEventArgs() public méthode

Initializes a new instance of the class.
public RunCollapseOrExpandGroupsCommandEventArgs ( System.Boolean collapse, ICollection groupNames ) : System
collapse System.Boolean /// true to collapse the groups, false to expand them. ///
groupNames ICollection /// Collection of group names, one for each group that needs to be /// collapsed or expanded. ///
Résultat System

Property Details

m_bCollapse protected_oe property

protected Boolean,System m_bCollapse
Résultat System.Boolean

m_oGroupNames protected_oe property

protected ICollection m_oGroupNames
Résultat ICollection