ClassCommentShowingEventArgs
Class
Definition
Namespace:Telerik.WinForms.Documents.UI
Assembly:Telerik.WinControls.RichTextEditor.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
Declaration
cs-api-definition
public CommentAppearanceSettings AppearanceSettings { get; }
Property Value