C# Class Smrf.NodeXL.ExcelTemplate.RunCollapseOrExpandGroupsCommandEventArgs

Provides information needed when groups need to be collapsed or expanded.
Inheritance: RunCommandEventArgs
ファイルを表示 Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_bCollapse System.Boolean
m_oGroupNames ICollection

Public Methods

Method Description
AssertValid ( ) : void
RunCollapseOrExpandGroupsCommandEventArgs ( System.Boolean collapse, ICollection groupNames ) : System

Initializes a new instance of the class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

RunCollapseOrExpandGroupsCommandEventArgs() public method

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. ///
return System

Property Details

m_bCollapse protected_oe property

protected Boolean,System m_bCollapse
return System.Boolean

m_oGroupNames protected_oe property

protected ICollection m_oGroupNames
return ICollection