UpdatePageStateCommandHandler Constructor
Constructs a new instance of the UpdatePageStateCommandHandler class using an existing instance of the SPPageStateControl 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 UpdatePageStateCommandHandler(psc)
public UpdatePageStateCommandHandler(
SPPageStateControl psc
)
Parameters
psc
Type: Microsoft.SharePoint.WebControls.SPPageStateControlThe SPPageStateControl object that manages this command handler.
See Also
Reference
UpdatePageStateCommandHandler Class