PublishWithCommentAction.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 PublishWithCommentAction
Dim eventArgument As String
instance.RaisePostBackEvent(eventArgument)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override void RaisePostBackEvent(
string eventArgument
)
Paramètres
eventArgument
Type : System.StringUne 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
PublishWithCommentAction classe
PublishWithCommentAction - Membres
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions - Espace de noms