New to Telerik UI for WPFStart a free 30-day trial

Provides data for the CommentShowing event.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class CommentShowingEventArgs : EventArgs

Inheritance: objectEventArgsCommentShowingEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public CommentShowingEventArgs(Comment comment, CommentAppearanceSettings settings)
Parameters:commentCommentsettingsCommentAppearanceSettings

Properties

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

C#
public CommentAppearanceSettings AppearanceSettings { get; }
Property Value:

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

Gets the comment associated with the event.

C#
public Comment Comment { get; }
Property Value:

The comment as a string.