Back to Devexpress

ASPxHtmlEditor.ClientSideEvents Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditor-e3975a28.md

latest2.0 KB
Original Source

ASPxHtmlEditor.ClientSideEvents Property

Gets an object that lists the client-side events specific to the ASPxHtmlEditor.

Namespace : DevExpress.Web.ASPxHtmlEditor

Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public HtmlEditorClientSideEvents ClientSideEvents { get; }
vb
Public ReadOnly Property ClientSideEvents As HtmlEditorClientSideEvents

Property Value

TypeDescription
HtmlEditorClientSideEvents

An object that allows you to handle ASPxHtmlEditor‘s client-side events.

|

Remarks

The ClientSideEvents property provides access to an object of the HtmlEditorClientSideEvents type. This object contains properties whose names correspond to the events available to the ASPxHtmlEditor on the client side. These properties provide the capability to assign handling JavaScript functions to the required client-side events of the ASPxHtmlEditor control.

See Also

Client-Side Events

HTML Editor

ASPxHtmlEditor Class

ASPxHtmlEditor Members

DevExpress.Web.ASPxHtmlEditor Namespace