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