Partager via


PopulateGroupingRows - Délégué

Un délégué représentant une méthode pour remplir le regroupement des lignes dans une grille.

Espace de noms :  Microsoft.SharePoint.JSGrid
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Delegate Sub PopulateGroupingRows ( _
    node As IEnumerable(Of GroupingNode) _
)
'Utilisation
Dim instance As New PopulateGroupingRows(AddressOf HandlerMethod)
public delegate void PopulateGroupingRows(
    IEnumerable<GroupingNode> node
)

Paramètres

Voir aussi

Référence

Microsoft.SharePoint.JSGrid - Espace de noms