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.
Implementation of the IPostBackEventHandler interface to handle the postback event that submits the item in the context for approval.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Sub RaisePostBackEvent ( _
eventArgument As String _
)
'Usage
Dim instance As SubmitForApprovalCommandHandler
Dim eventArgument As String
instance.RaisePostBackEvent(eventArgument)
public virtual void RaisePostBackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringA String object that contains the postback argument.
Implements
IPostBackEventHandler.RaisePostBackEvent(String)
Remarks
The user control code calls the RaisePostBackEvent method when a postback occurs. This call occurs in the life cycle of the control after loading and change notification are complete but before prerendering occurs.
See Also
Reference
SubmitForApprovalCommandHandler Class