Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called after changing the web for the next work item.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Protected Overridable Sub OnWebChanged ( _
wi As SPWorkItem _
)
'Usage
Dim wi As SPWorkItem
Me.OnWebChanged(wi)
protected virtual void OnWebChanged(
SPWorkItem wi
)
Parameters
- wi
Type: Microsoft.SharePoint.SPWorkItem
SPWorkItem.
Remarks
Override this method in a derived class to run code after changing to the next web.