Hi,
I have added AnnotationRemoved event on my pdfViewer
<PdfViewerEvents AnnotationRemoved="AnnotationRemoved"
async Task AnnotationRemoved(Syncfusion.Blazor.PdfViewer.AnnotationRemoveEventArgs e)
{
Console.WriteLine("Remove !");
My Code
await Task.Delay(0);
}
set in async for testing, I have try on not async to
When I delete annotation, I never pass on this method. Why ?
On same procedure, AnnotationSelected, , AnnotationRemoved and AnnotationMoved works well.
Thanks.
|
Blazor Client |
|
|
Blazor Sever |
|
|
Service side package |
ASP.NET Core :
https://www.nuget.org/packages/Syncfusion.EJ2.PdfViewer.AspNet.Core.Windows/ https://www.nuget.org/packages/Syncfusion.EJ2.PdfViewer.AspNet.Core.Linux/
ASP.NET MVC:
|
It works on 19.3.46, thanks