PopulateGroupingRows-Delegat

Ein Delegat, eine Methode darstellt, Gruppieren von Zeilen in einem Raster zu füllen.

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
)

Parameter

Siehe auch

Referenz

Microsoft.SharePoint.JSGrid-Namespace