EditCommandHandler Constructor
Initializes an object to handle the Edit ribbon button.
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 EditCommandHandler(psc)
public EditCommandHandler(
SPPageStateControl psc
)
Parameters
psc
Type: Microsoft.SharePoint.WebControls.SPPageStateControlAn object that represents the page state control.