SimpleFormWebPart.RaisePostBackEvent Method
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)