Class CommentShowingEventArgs
Provides data for the CommentShowing event.
Inheritance
System.Object
CommentShowingEventArgs
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class CommentShowingEventArgs : EventArgs
Constructors
CommentShowingEventArgs(Comment, CommentAppearanceSettings)
Declaration
public CommentShowingEventArgs(Comment comment, CommentAppearanceSettings settings)
Parameters
Comment
comment
|
CommentAppearanceSettings
settings
|
Properties
AppearanceSettings
Gets or sets the appearance settings for the comment showing event.
Declaration
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
public Comment Comment { get; }
Property Value
Comment
The comment as a string. |