ClassCommentShowingEventArgs
Class
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
Constructors
CommentShowingEventArgs(Comment, CommentAppearanceSettings)
Declaration
cs-api-definition
public CommentShowingEventArgs(Comment comment, CommentAppearanceSettings settings)
Parameters
comment
settings
Properties
AppearanceSettings
Gets or sets the appearance settings for the comment showing event.
Declaration
cs-api-definition
public CommentAppearanceSettings AppearanceSettings { get; }
Property Value
An object that contains the settings for the appearance of the comment.