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 |