WebPartQuickAdd.IPostBackEventHandler.RaisePostBackEvent - Méthode

Remarque : cette API est désormais obsolète.

gère l'événement de publication (postback) pour ajouter des webparts

Espace de noms :  Microsoft.SharePoint.WebPartPages
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")> _
Private Sub RaisePostBackEvent ( _
    eventArgument As String _
) Implements IPostBackEventHandler.RaisePostBackEvent
'Utilisation
Dim instance As WebPartQuickAdd
Dim eventArgument As String

CType(instance, IPostBackEventHandler).RaisePostBackEvent(eventArgument)
[ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")]
void IPostBackEventHandler.RaisePostBackEvent(
    string eventArgument
)

Paramètres

  • eventArgument
    Type : System.String

    liste des dwps à ajouter, séparés par des virgules

Implémentations

IPostBackEventHandler.RaisePostBackEvent(String)

Voir aussi

Référence

WebPartQuickAdd classe

WebPartQuickAdd - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms