DocumentSavingEventArgs(String, MultiUserConflict) Constructor
Initializes a new instance of the DocumentSavingEventArgs class with the specified settings.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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