alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class MediaDeletedEventArgs

    Represents the details of a MediaDeleted event.

    Inheritance
    object
    MediaDeletedEventArgs
    AfterImageDeleteEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MediaDeletedEventArgs
    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
    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.

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