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 does 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 ( _
eventArg As String _
)
'Usage
Dim instance As SimpleFormWebPart
Dim eventArg As String
instance.RaisePostBackEvent(eventArg)
public void RaisePostBackEvent(
string eventArg
)
Parameters
eventArg
Type: System.StringEvent arguments.
Implements
IPostBackEventHandler.RaisePostBackEvent(String)