Class BaseEventArgs
Specifies the event arguments that are common for the ribbon component.
Inheritance
System.Object
BaseEventArgs
Namespace: Syncfusion.Blazor.Ribbon
Assembly: Syncfusion.Blazor.dll
Syntax
public class BaseEventArgs : Object
Remarks
This base class provides common properties like Name
for various ribbon events.
Constructors
BaseEventArgs()
Declaration
public BaseEventArgs()
Properties
Name
Gets or sets the name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | A System.String that contains the event name. |
Remarks
This property indicates which specific event has been triggered, allowing handlers to identify the context.