Partager via


ViewChangesPageVariationAction.RaiseCallbackEvent - Méthode

Appelle l'interface ICallbackEventHandler qui implémente le comportement de rappel 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 Sub RaiseCallbackEvent ( _
    eventArgument As String _
)
'Utilisation
Dim instance As ViewChangesPageVariationAction
Dim eventArgument As String

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

Paramètres

  • eventArgument
    Type : System.String

    Un paramètre ICallbackEventHandler .

Implémentations

ICallbackEventHandler.RaiseCallbackEvent(String)

Voir aussi

Référence

ViewChangesPageVariationAction classe

ViewChangesPageVariationAction - Membres

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