Initializes a new instance of VirtualSummaryInitiallyExpandedEventArgs class.
Namespace:
DlhSoft.Windows.Controls
Assembly:
DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)
Syntax
C# |
---|
public VirtualSummaryInitiallyExpandedEventArgs( List<DataTreeGridItem> childItemsToLoad ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ childItemsToLoad As List(Of DataTreeGridItem) _ ) |
Parameters
- childItemsToLoad
- Type: System.Collections.Generic..::..List<(Of <(<'DataTreeGridItem>)>)>
The list that will hold the new child items that are to be loaded.