Share via


SaveAndStopEditCommandHandler.RaisePostBackEvent method

Raises events for the Save and Stop Editing control when it posts back to the server.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Sub RaisePostBackEvent ( _
    eventArgument As String _
)
'Usage
Dim instance As SaveAndStopEditCommandHandler
Dim eventArgument As String

instance.RaisePostBackEvent(eventArgument)
public virtual void RaisePostBackEvent(
    string eventArgument
)

Parameters

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

See also

Reference

SaveAndStopEditCommandHandler class

SaveAndStopEditCommandHandler members

Microsoft.SharePoint.WebControls namespace