HtmlEditor.ContentChanged Event
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Event ContentChanged As EventHandler
'Usage
Dim instance As HtmlEditor
Dim handler As EventHandler
AddHandler instance.ContentChanged, handler
public event EventHandler ContentChanged