PopulateGroupingRows Delegate
A delegate representing a method to populate grouping rows in a grid.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Delegate Sub PopulateGroupingRows ( _
node As IEnumerable(Of GroupingNode) _
)
'Usage
Dim instance As New PopulateGroupingRows(AddressOf HandlerMethod)
public delegate void PopulateGroupingRows(
IEnumerable<GroupingNode> node
)
Parameters
node
Type: System.Collections.Generic.IEnumerable<GroupingNode>An enumerator that can be used to iterate over each GroupingNode.