Class BaseEventArgs<T>
Represents the Base event arguments.
Inheritance
System.Object
BaseEventArgs<T>
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.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 |