alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class RevisionActionEventArgs

    This event args provides the necessary information about the revision action.

    Inheritance
    object
    RevisionActionEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class RevisionActionEventArgs

    Constructors

    RevisionActionEventArgs()

    Declaration
    public RevisionActionEventArgs()

    Properties

    ActionType

    Specifies the current action type.

    Declaration
    [JsonPropertyName("actionType")]
    public RevisionActionType ActionType { get; set; }
    Property Value
    Type
    RevisionActionType

    Author

    Specifies the author of the revision.

    Declaration
    [JsonPropertyName("author")]
    public string Author { get; set; }
    Property Value
    Type
    string

    Cancel

    Specifies whether the action is canceled or not.

    Declaration
    [JsonPropertyName("cancel")]
    public bool Cancel { get; set; }
    Property Value
    Type
    bool

    RevisionType

    Specifies the revision type.

    Declaration
    [JsonPropertyName("revisionType")]
    public RevisionType RevisionType { get; set; }
    Property Value
    Type
    RevisionType
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved