Class MediaDeletedEventArgs
Represents the details of a MediaDeleted event.
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class MediaDeletedEventArgs : Object
Remarks
Contains information about media elements that have been deleted from the editor, such as their source URL.
Constructors
MediaDeletedEventArgs()
Declaration
public MediaDeletedEventArgs()
Properties
Src
Gets the source URL of the deleted media element.
Declaration
public string Src { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string containing the source URL of the deleted media. |
Remarks
The Src property is useful for tracking or handling deleted media within the editor.