menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MediaDeletedEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MediaDeletedEventArgs

    Represents the details of a MediaDeleted event.

    Inheritance
    System.Object
    MediaDeletedEventArgs
    AfterImageDeleteEventArgs
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved