C# 클래스 Smrf.NodeXL.ExcelTemplate.RunCollapseOrExpandGroupsCommandEventArgs

Provides information needed when groups need to be collapsed or expanded.
상속: RunCommandEventArgs
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
m_bCollapse System.Boolean
m_oGroupNames ICollection

공개 메소드들

메소드 설명
AssertValid ( ) : void
RunCollapseOrExpandGroupsCommandEventArgs ( System.Boolean collapse, ICollection groupNames ) : System

Initializes a new instance of the class.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

RunCollapseOrExpandGroupsCommandEventArgs() 공개 메소드

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. ///
리턴 System

프로퍼티 상세

m_bCollapse 보호되어 있는 프로퍼티

protected Boolean,System m_bCollapse
리턴 System.Boolean

m_oGroupNames 보호되어 있는 프로퍼티

protected ICollection m_oGroupNames
리턴 ICollection