SaveBeforeNavigateHandler 构造函数
初始化与指定的 ASP.Net 控件SaveBeforeNavigateHandler对象的新实例。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub New ( _
psc As SPPageStateControl _
)
用法
Dim psc As SPPageStateControl
Dim instance As New SaveBeforeNavigateHandler(psc)
public SaveBeforeNavigateHandler(
SPPageStateControl psc
)