Share via


HtmlEditor.ContentChanged event

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

See also

Reference

HtmlEditor class

HtmlEditor members

Microsoft.SharePoint.Publishing.WebControls namespace

HtmlEditor