DataFormWebPart.RaisePostBackEvent - Méthode
Appelé par ASP.NET lorsque ce composant WebPart effectue une publication sur lui-même.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub RaisePostBackEvent ( _
eventArgument As String _
)
'Utilisation
Dim instance As DataFormWebPart
Dim eventArgument As String
instance.RaisePostBackEvent(eventArgument)
public void RaisePostBackEvent(
string eventArgument
)
Paramètres
eventArgument
Type : System.StringLes arguments d'événement.
Implémentations
IPostBackEventHandler.RaisePostBackEvent(String)
Remarques
Cette méthode déclenche les événements appropriés en fonction des informations contenues dans eventArgument.