SummaryLinkWebPart.PreprocessPostBackEvent-Methode
Überschreibt das PreprocessPostBackEvent(System.String@) -Ereignis.
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
)
Parameter
eventArg
Typ: System.StringEreignisargumente.
Hinweise
Das Basis-Webpart mithilfe des Musters Vorlage abgeleitete Klassen Post-Back-Ereignisse behandeln können.