DocumentSavingEventArgs(String, MultiUserConflict) Constructor
In This Article
Initializes a new instance of the DocumentSavingEventArgs class with the specified settings.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DocumentSavingEventArgs(
string documentID,
MultiUserConflict multiUserConflict
)
#Parameters
Name | Type | Description |
---|---|---|
document |
String | The unique document identifier. |
multi |
Multi |
A value that identifies the reason for the multi-user conflict. |
See Also