Back to Devexpress

RichEditControl.CancelUpdate() Method

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-5044fc38.md

latest1.3 KB
Original Source

RichEditControl.CancelUpdate() Method

This method supports the internal infrastructure and is not intended to be called directly from your code. Use the RichEditControl.EndUpdate method instead.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void CancelUpdate()
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Sub CancelUpdate

See Also

BeginUpdate()

EndUpdate()

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace