EditCommandHandler.RaisePostBackEvent Method
Represents the postback behavior when the Edit ribbon button is selected and triggers a page postback.
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 EditCommandHandler
Dim eventArgument As String
instance.RaisePostBackEvent(eventArgument)
public virtual void RaisePostBackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringA string that represents the event argument.
Implements
IPostBackEventHandler.RaisePostBackEvent(String)
Remarks
Calls the virtual method that allows customization.