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

DocumentSavingEventArgs(String, MultiUserConflict) Constructor

Initializes new instance of the DocumentSavingEventArgs class with the specified settings.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public DocumentSavingEventArgs(
    string documentID,
    MultiUserConflict multiUserConflict
)

Parameters

Name Type Description
documentID String

A string value specifying the document unique identifier.

multiUserConflict MultiUserConflict

One of the MultiUserConflict values.

See Also