Class MediaDeletedEventArgs
Provides information about an MediaDeleted event being raised.
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class MediaDeletedEventArgs : Object
Constructors
MediaDeletedEventArgs()
Declaration
public MediaDeletedEventArgs()
Properties
Src
Gets the src attribute of the deleted media element.
Declaration
public string Src { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |