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
eventArg
Type: System.StringEvent arguments.
Remarks
The base Web Part uses the template pattern to allow derived classes to handle post back events.