SaveCommandHandler Constructor
Initializes an instance of the SaveCommandHandler class.
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 SaveCommandHandler(psc)
public SaveCommandHandler(
SPPageStateControl psc
)
Parameters
psc
Type: Microsoft.SharePoint.WebControls.SPPageStateControlThe SPPageStateControl instance that instantiates this ASP.NET control. Used for centralized error handling of all the command handlers that interacts with the state of the page.