SPWebPartManager.IPostBackEventHandler.RaisePostBackEvent Method
Enables the SPWebPartManager to process an event raised when the form is posted to the server.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Private Sub RaisePostBackEvent ( _
eventArgument As String _
) Implements IPostBackEventHandler.RaisePostBackEvent
'Usage
Dim instance As SPWebPartManager
Dim eventArgument As String
CType(instance, IPostBackEventHandler).RaisePostBackEvent(eventArgument)
void IPostBackEventHandler.RaisePostBackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringA string that represents an event argument to pass to the event handler.
Implements
IPostBackEventHandler.RaisePostBackEvent(String)
Remarks
This method is used to process any menu selections.
This member is an explicit interface member implementation. It can be used only when the SPWebPartManager instance is cast to a IPostBackEventHandler interface.