DataFormWebPart.RaisePostBackEvent method
Called by ASP.NET when this Web Part performs a postback to itself.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub RaisePostBackEvent ( _
eventArgument As String _
)
'Usage
Dim instance As DataFormWebPart
Dim eventArgument As String
instance.RaisePostBackEvent(eventArgument)
public void RaisePostBackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringThe event arguments.
Implements
IPostBackEventHandler.RaisePostBackEvent(String)
Remarks
This method raises appropriate events according to the information contained in eventArgument.