SummaryLinkWebPart.OnDataSelected method

Provides a callback for the data source.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Sub OnDataSelected ( _
    data As IEnumerable _
)
'Usage
Dim instance As SummaryLinkWebPart
Dim data As IEnumerable

instance.OnDataSelected(data)
public void OnDataSelected(
    IEnumerable data
)

Parameters

See also

Reference

SummaryLinkWebPart class

SummaryLinkWebPart members

Microsoft.SharePoint.Publishing.WebControls namespace