Skip to main content

DocumentSavingEventArgs(String, MultiUserConflict) Constructor

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

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DocumentSavingEventArgs(
    string documentID,
    MultiUserConflict multiUserConflict
)

Parameters

Name Type Description
documentID String

The unique document identifier.

multiUserConflict MultiUserConflict

A value that identifies the reason for the multi-user conflict.

See Also