How I can handle delete old image on ImageUpdate from QuickToolbar and why OnImageRemoving doesn't invoke when i delete image from QuickToolbar? How i can handle this?
<SfRichTextEditor ShowCharCount="true" MaxLength="8000" Placeholder="Enter text..." @bind-Value="@_createNewsDto.TextRU">
<RichTextEditorToolbarSettings Items="@Tools"/>
<RichTextEditorImageSettings AllowedTypes="@_allowedExtensions" SaveUrl="@_saveUrl" Path="./newsMedia/"/>
<RichTextEditorEvents OnImageUploadSuccess="UploadImageSuccess" OnImageRemoving="DeleteImage"></RichTextEditorEvents>
</SfRichTextEditor>
I have read that RichTextEditorEvents have OnImageDelete event but it doesn't work, I have error that
RichTextEditorEvents doesn't have property OnImageDelete