ImageSuccessEventArgs
23 Sep 20251 minute to read
Provides specific details about a successful Image upload event in the RichTextEditor.
Properties
detectImageSource ImageInputSource
Provides the detected image 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 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 image upload.