DocumentSavingEventArgs Properties
Provides data for the ASPxRichEdit.Saving and ASPxSpreadsheet.Saving events.Name | Description |
---|---|
DocumentID | Gets the document’s unique identifier. |
Handled | Gets or sets whether the event is handled manually, so no default processing is required. |
MultiUserConflict | Gets a value identifying the multi-user conflict reason. |
MultiUserConflictResolve | Gets or sets a value specifying how to resolve an open document’s multi-user conflict. |
See Also