Class RevisionActionEventArgs
This event args provides the necessary information about the revision action.
Inheritance
System.Object
RevisionActionEventArgs
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class RevisionActionEventArgs : Object
Constructors
RevisionActionEventArgs()
Declaration
public RevisionActionEventArgs()
Properties
ActionType
Specifies the current action type.
Declaration
public RevisionActionType ActionType { get; set; }
Property Value
Type |
---|
RevisionActionType |
Author
Specifies the author of the revision.
Declaration
public string Author { get; set; }
Property Value
Type |
---|
System.String |
Cancel
Specifies whether the action is canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
RevisionType
Specifies the revision type.
Declaration
public RevisionType RevisionType { get; set; }
Property Value
Type |
---|
RevisionType |
Methods
Equals(RevisionActionEventArgs)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(RevisionActionEventArgs revisionActionEventArgs)
Parameters
Type | Name | Description |
---|---|---|
RevisionActionEventArgs | revisionActionEventArgs | An RevisionActionEventArgs to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current object is equal to the other parameter; otherwise, false. |