SummaryLinkWebPart.PreprocessPostBackEvent method

Overrides the PreprocessPostBackEvent(System.String@) event.

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

Syntax

'Declaration
Protected Overrides Sub PreprocessPostBackEvent ( _
    ByRef eventArg As String _
)
'Usage
Dim eventArg As String

Me.PreprocessPostBackEvent(eventArg)
protected override void PreprocessPostBackEvent(
    ref string eventArg
)

Parameters

Remarks

The base Web Part uses the template pattern to allow derived classes to handle post back events.

See also

Reference

SummaryLinkWebPart class

SummaryLinkWebPart members

Microsoft.SharePoint.Publishing.WebControls namespace