Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AfterImageDeleteEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AfterImageDeleteEventArgs

    Provides data for the AfterImageDeleteEvent event.

    Inheritance
    System.Object
    AfterImageDeleteEventArgs
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AfterImageDeleteEventArgs : Object

    Constructors

    AfterImageDeleteEventArgs()

    Declaration
    public AfterImageDeleteEventArgs()

    Properties

    Src

    Returns the src attribute of the deleted image element.

    Declaration
    public string Src { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved