SaveCommandHandler.RaisePostBackEvent method
Implements the IPostBackEventHandler interface to handle the postback event that saves the item.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Sub RaisePostBackEvent ( _
eventArgument As String _
)
'Usage
Dim instance As SaveCommandHandler
Dim eventArgument As String
instance.RaisePostBackEvent(eventArgument)
public virtual void RaisePostBackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringRepresents the event argument.
Implements
IPostBackEventHandler.RaisePostBackEvent(String)