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.
Specifies the event that occurs when the text in the editor has been changed.
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