MediaSuccessEventArgs

23 Sep 20251 minute to read

Provides specific details about a successful media upload event in the RichTextEditor.

Properties

detectMediaSource MediaInputSource

Provides the detected media source related to the event.

e object

Returns the original event arguments.

element HTMLElement

Specifies the HTML element related to the event.

file FileInfo

Details about the media file that was successfully uploaded.

name string

Specifies the name of the event.

operation string

Describes the operation performed during the upload event.

response ResponseEventArgs

Returns the response details of the upload event, if any.

statusText string

Provides the status text describing the media upload.