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.
Occurs when the wiki page starts to save changes.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Event Saving As EventHandler(Of WikiPageEventArgs)
'Usage
Dim instance As WikiEditPage
Dim handler As EventHandler(Of WikiPageEventArgs)
AddHandler instance.Saving, handler
public event EventHandler<WikiPageEventArgs> Saving