Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by ASP.NET when this Web Part performs a postback to itself.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.