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
Constructors
C#
public CommentShowingEventArgs(Comment comment, CommentAppearanceSettings settings)
Properties
Gets or sets the appearance settings for the comment showing event.
C#
public CommentAppearanceSettings AppearanceSettings { get; }
An object that contains the settings for the appearance of the comment.