Class
CommentShowingEventArgs

Definition

Namespace:Telerik.WinForms.Documents.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class CommentShowingEventArgs : EventArgs

Inheritance: objectEventArgsCommentShowingEventArgs

Inherited Members EventArgs.Empty

Constructors

CommentShowingEventArgs(Comment, CommentAppearanceSettings)

Declaration

cs-api-definition
public CommentShowingEventArgs(Comment comment, CommentAppearanceSettings settings)

Parameters

comment

Comment

settings

CommentAppearanceSettings

Properties

AppearanceSettings

Declaration

cs-api-definition
public CommentAppearanceSettings AppearanceSettings { get; }

Property Value

CommentAppearanceSettings

Comment

Declaration

cs-api-definition
public Comment Comment { get; }

Property Value

Comment