menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommentAddingEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CommentAddingEventArgs

    Provides data for the CommentAdding event.

    Inheritance
    System.Object
    CommentAddingEventArgs
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public sealed class CommentAddingEventArgs : EventArgs

    Constructors

    CommentAddingEventArgs(CommentAdv)

    Initializes a new instance of the CommentAddingEventArgs class for the specified see cref="CommentAdv"/>.

    Declaration
    public CommentAddingEventArgs(CommentAdv commentAdv)
    Parameters
    Type Name Description
    CommentAdv commentAdv

    The CommentAdv instance associated with the CommentAddingEventArgs.

    Properties

    Comment

    Gets the CommentAdv instance.

    Declaration
    public CommentAdv Comment { get; }
    Property Value
    Type Description
    CommentAdv

    The CommentAdv instance.

    VisualStyle

    Gets the visual style of the CommentAdv.

    Declaration
    public CommentVisualStyle VisualStyle { get; }
    Property Value
    Type Description
    CommentVisualStyle

    The visual style of the CommentAdv.

    See Also
    CommentVisualStyle

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved