HtmlEditor.UpdateFromSourceDocument Event
Represents an event handler that is triggered when an update from the source document is requested in rich-client authoring mode.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Event UpdateFromSourceDocument As EventHandler
'Usage
Dim instance As HtmlEditor
Dim handler As EventHandler
AddHandler instance.UpdateFromSourceDocument, handler
public event EventHandler UpdateFromSourceDocument