LayoutComment.EndUpdate(SubDocument) Method
OBSOLETE
This method has become obsolete. Use the EndUpdateDocument method instead.
Finalizes editing of the comment’s content in the document.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
[Obsolete("This method has become obsolete. Use the DevExpress.XtraRichEdit.API.Layout.DocumentLayout.EndUpdateDocument(SubDocument document) method instead.", true)]
public void EndUpdate(
SubDocument document
)
Parameters
Name | Type | Description |
---|---|---|
document | SubDocument | A SubDocument object which is the content of the comment obtained by the Comment.BeginUpdate method. |
Remarks
The EndUpdate method is similar to the Comment.EndUpdate method.
See Also