Partager via


ExitWithoutSavingAction.RaisePostBackEvent - Méthode

Déclenche un événement de publication (postback) pour cette action.

Espace de noms :  Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly :  Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Sub RaisePostBackEvent ( _
    eventArgument As String _
)
'Utilisation
Dim instance As ExitWithoutSavingAction
Dim eventArgument As String

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

Paramètres

  • eventArgument
    Type : System.String

    Une chaîne qui représente un argument d'événement à passer au gestionnaire d'événements.

Implémentations

IPostBackEventHandler.RaisePostBackEvent(String)

Voir aussi

Référence

ExitWithoutSavingAction classe

ExitWithoutSavingAction - Membres

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions - Espace de noms