Partager via


PageLayoutAction.RaisePostBackEvent - Méthode

Déclenche un PostBackEvent(System.String) lorsque l'utilisateur clique sur l'élément d'interface (interface utilisateur) de ce contrôle.

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

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

Paramètres

Implémentations

IPostBackEventHandler.RaisePostBackEvent(String)

Voir aussi

Référence

PageLayoutAction classe

PageLayoutAction - Membres

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