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

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

See Also

Reference

SimpleFormWebPart Class

SimpleFormWebPart Members

Microsoft.SharePoint.WebPartPages Namespace