Skip to main content
A newer version of this page is available. .

SavedEventArgs Class

Provides data for an event that occurs after a file has been saved.

Declaration

export class SavedEventArgs extends EventArgs

Inheritance

EventArgs
SavedEventArgs

Properties

reason Property

Gets the reason why the document saving process starts.

Declaration

reason: string

Property Value

Type Description
string

A value that identifies the reason.

Remarks

The reason property returns the value of the reason parameter specified in the saveDocument method.

success Property

Indicates whether the document saving request has succeeded.

Declaration

success: boolean

Property Value

Type Description
boolean

true if a server returns the status code 200 (The request has succeeded); otherwise, false.