Class RevisionActionEventArgs
This event args provides the necessary information about the revision action.
Inherited Members
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 |