SaveAndStopEditCommandHandler Constructor
Initializes a new instance of the SaveAndStopEditCommandHandler class with the specified SPPageStateControl.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
psc As SPPageStateControl _
)
'Usage
Dim psc As SPPageStateControl
Dim instance As New SaveAndStopEditCommandHandler(psc)
public SaveAndStopEditCommandHandler(
SPPageStateControl psc
)
Parameters
psc
Type: Microsoft.SharePoint.WebControls.SPPageStateControlThe [T:Microsoft:SharePoint.WebControls.SPPageStateControl] object that instantiates this ASP.NET control. Used for centralized error handling of all the command handlers that interact with the state of the page.
See Also
Reference
SaveAndStopEditCommandHandler Class