ImageFailedEventArgs

23 Sep 20251 minute to read

Provides detailed information about a failed Image upload event in the RichTextEditor.

Properties

e object

Returns the original event arguments.

file FileInfo

Details about the file that failed to upload.

name string

Specifies the event name.

operation string

Describes the operation performed during the failed upload attempt.

response ResponseEventArgs

Returns the response details of the failed upload event.

statusText string

Provides status text describing the failed upload.