Share via


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)

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