InsertContentToClientEventHandler Delegate
In This Article
A method that will handle the ASPxRichEdit.InsertContentToClient event.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public delegate void InsertContentToClientEventHandler(
object sender,
InsertContentToClientEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event sender. |
e | Insert |
An Insert |
See Also