Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MediaDeletedEventArgs

    Show / Hide Table of Contents

    Class MediaDeletedEventArgs

    Provides information about an MediaDeleted event being raised.

    Inheritance
    System.Object
    MediaDeletedEventArgs
    AfterImageDeleteEventArgs
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved