Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommentDeleteEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CommentDeleteEventArgs

    This event args provides the necessary information about comment delete.

    Inheritance
    System.Object
    CommentDeleteEventArgs
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CommentDeleteEventArgs : Object

    Constructors

    CommentDeleteEventArgs()

    Declaration
    public CommentDeleteEventArgs()

    Properties

    Author

    Comment author.

    Declaration
    public string Author { get; set; }
    Property Value
    Type Description
    System.String

    Cancel

    Specifies whether the event is handled or not.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Equals(CommentDeleteEventArgs)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(CommentDeleteEventArgs commentDeleteEventArgs)
    Parameters
    Type Name Description
    CommentDeleteEventArgs commentDeleteEventArgs

    An CommentDeleteEventArgs to compare.

    Returns
    Type Description
    System.Boolean

    true if the current object is equal to the other parameter; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved