Property | Type | Description | |
---|---|---|---|
m_bCollapse | System.Boolean | ||
m_oGroupNames | ICollection |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
RunCollapseOrExpandGroupsCommandEventArgs ( System.Boolean collapse, ICollection |
Initializes a new instance of the
|
public RunCollapseOrExpandGroupsCommandEventArgs ( System.Boolean collapse, ICollection |
||
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 |