RichEditCustomDocumentProcessor.InsertContentToClient(Action<InsertContentToClientEventArgs>) Method
In This Article
Sets a handler for an event that fires after the client insertContentFromServer command is executed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public RichEditCustomDocumentProcessor InsertContentToClient(
Action<InsertContentToClientEventArgs> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Insert |
A delegate method that accepts an Insert |
#Returns
Type | Description |
---|---|
Rich |
An object that allows you to further process a document in the Controller in a custom manner. |
See Also