RevisionActionEventArgs
23 Sep 20251 minute to read
This event args provides the necessary information about the revision action.
Properties
actionType RevisionActionType
Specifies the current action type.
author string
Specifies the author of the revision.
cancel boolean
Specifies whether the action is canceled or not.
revisionType RevisionType
Specifies the revision type.
source Revision
Provide the instance of the current revision being accepted or rejected.