Class
CommentShowingEventArgs

Provides data for the CommentShowing event.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.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

Gets or sets the appearance settings for the comment showing event.

Declaration

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

Property Value

CommentAppearanceSettings

An object that contains the settings for the appearance of the comment.

Comment

Gets the comment associated with the event.

Declaration

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

Property Value

Comment

The comment as a string.