ExitMenuAction.RaisePostBackEvent-Methode
Löst ein postback-Ereignis für diese Aktion aus.
Namespace: Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Sub RaisePostBackEvent ( _
eventArgument As String _
)
'Usage
Dim instance As ExitMenuAction
Dim eventArgument As String
instance.RaisePostBackEvent(eventArgument)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override void RaisePostBackEvent(
string eventArgument
)
Parameter
eventArgument
Typ: System.StringEine Zeichenfolge, die ein Ereignisargument, das an den Ereignishandler übergeben werden darstellt.
Implementiert
IPostBackEventHandler.RaisePostBackEvent(String)
Siehe auch
Referenz
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions-Namespace