Class DocumentEditedEventArgs
This event arguments provides the necessary information about OnDocumentEdit Event
Inheritance
System.Object
DocumentEditedEventArgs
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class DocumentEditedEventArgs : Object
Remarks
The DocumentEditedEventArgs class encapsulates information related to the editing of a document, allowing event subscribers to access relevant details when the DocumentEdited event is raised
Constructors
DocumentEditedEventArgs()
Declaration
public DocumentEditedEventArgs()
Properties
EditingAction
Specifies the action that trigger the DocumentEdit event
Declaration
public EditingAction EditingAction { get; set; }
Property Value
Type |
---|
EditingAction |
Remarks
The EditingAction property represents the specific action or operation that resulted in the document being edited. It is an enumeration of possible editing actions for the annotation and formfiedls, such as 'Added', 'Updated', ‘Imported', or 'Deleted'