Freigeben über


ExitWithoutSavingAction.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 ExitWithoutSavingAction
Dim eventArgument As String

instance.RaisePostBackEvent(eventArgument)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override void RaisePostBackEvent(
    string eventArgument
)

Parameter

  • eventArgument
    Typ: System.String

    Eine Zeichenfolge, die ein Ereignisargument, das an den Ereignishandler übergeben werden darstellt.

Implementiert

IPostBackEventHandler.RaisePostBackEvent(String)

Siehe auch

Referenz

ExitWithoutSavingAction Klasse

ExitWithoutSavingAction-Member

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions-Namespace