aspnet-devexpress-dot-web-dot-aspxhtmleditor-32c99eca.md
Contains a list of the client-side events available for the ASPxHtmlEditor.
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
public class HtmlEditorClientSideEvents :
CallbackClientSideEventsBase
Public Class HtmlEditorClientSideEvents
Inherits CallbackClientSideEventsBase
The following members return HtmlEditorClientSideEvents objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxHtmlEditor.ClientSideEvents |
| ASP.NET MVC Extensions | HtmlEditorSettings.ClientSideEvents |
The HtmlEditorClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxHtmlEditor. Property names represent the names of the available client events.
Each property of this type provides the capability of assigning an appropriate JavaScript handler function to the corresponding client-side event of the ASPxHtmlEditor.
A HtmlEditorClientSideEvents object is automatically created when a server-side ASPxHtmlEditor object is being initialized.
Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents CallbackClientSideEventsBase HtmlEditorClientSideEvents
See Also