Class CommentShowingEventArgs
Inheritance
System.Object
System.EventArgs
CommentShowingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|