Back to Devexpress

CommentEditingEventArgs Class

officefileapi-devexpress-dot-xtrarichedit-b6c9197d.md

latest1.6 KB
Original Source

CommentEditingEventArgs Class

Provides data for the RichEditControl.CommentInserted event.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class CommentEditingEventArgs :
    EventArgs
vb
Public Class CommentEditingEventArgs
    Inherits EventArgs

CommentEditingEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsRichEditControl.CommentInserted
WPF ControlsRichEditControl.CommentInserted
Office File APIRichEditDocumentServer.CommentInserted

Inheritance

Object EventArgs CommentEditingEventArgs

See Also

CommentEditingEventArgs Members

DevExpress.XtraRichEdit Namespace