Share via


HtmlEditor.OnContentChanged method

Implements a IPostBackEventHandler interface.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Protected Overridable Sub OnContentChanged ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnContentChanged(e)
protected virtual void OnContentChanged(
    EventArgs e
)

Parameters

  • e
    Type: System.EventArgs

    An EventArgs object that contains information about the event.

See also

Reference

HtmlEditor class

HtmlEditor members

Microsoft.SharePoint.Publishing.WebControls namespace

HtmlEditor