Class BaseEventArgs<T>
Represents the Base event arguments.
Inheritance
System.Object
BaseEventArgs<T>
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public abstract class BaseEventArgs<T> : Object
Type Parameters
| Name | Description |
|---|---|
| T | Represents the event argument type. |
Constructors
BaseEventArgs()
Declaration
protected BaseEventArgs()
Properties
Name
Specifies name of the event.
Declaration
public string Name { get; }
Property Value
| Type |
|---|
| System.String |