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.
Represents the method that handles the Click event of the btnWikiSave button.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Sub BtnSave_Click ( _
sender As Object, _
e As EventArgs _
)
'Usage
Dim sender As Object
Dim e As EventArgs
Me.BtnSave_Click(sender, e)
protected void BtnSave_Click(
Object sender,
EventArgs e
)
Parameters
sender
Type: System.ObjectThe sender of the event.
e
Type: System.EventArgsThe event data.
Remarks
This method saves any changes and stops wiki page editing.