Class ImportSuccessEventArgs
This event arguments provides the necessary information about import annotations success event.
Implements
System.IEquatable<ImportSuccessEventArgs>
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class ImportSuccessEventArgs : BaseEventArgs<ImportSuccessEventArgs>, IEquatable<ImportSuccessEventArgs>
Constructors
ImportSuccessEventArgs()
Declaration
public ImportSuccessEventArgs()
Implements
System.IEquatable<>