Skip to main content
A newer version of this page is available. .

InsertContentToClientEventArgs(String) Constructor

Initializes a new instance of the InsertContentToClientEventArgs class.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll

Declaration

public InsertContentToClientEventArgs(
    string requestId
)

Parameters

Name Type Description
requestId String

An integer value identifying the request to the server.

See Also