Skip to main content

InsertContentToClientEventArgs(String) Constructor

Initializes a new instance of the InsertContentToClientEventArgs class.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public InsertContentToClientEventArgs(
    string requestId
)

Parameters

Name Type Description
requestId String

An integer value identifying the request to the server.

See Also