Class CommentShowingEventArgs
Inheritance
System.Object
CommentShowingEventArgs
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Documents.dll
Syntax
public class CommentShowingEventArgs : EventArgs
Constructors
CommentShowingEventArgs(Comment, CommentAppearanceSettings)
Declaration
public CommentShowingEventArgs(Comment comment, CommentAppearanceSettings settings)
Parameters
Comment
comment
|
CommentAppearanceSettings
settings
|
Properties
AppearanceSettings
Declaration
public CommentAppearanceSettings AppearanceSettings { get; }
Property Value
CommentAppearanceSettings
|