Class BeforeItemRenderEventArgs<T>
Provides the event data for the OnItemRender event.
Inheritance
System.Object
BeforeItemRenderEventArgs<T>
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class BeforeItemRenderEventArgs<T> : Object
Type Parameters
Name | Description |
---|---|
T | The type of the items in the event arguments. |
Constructors
BeforeItemRenderEventArgs()
Declaration
public BeforeItemRenderEventArgs()
Properties
Item
Gets or sets the item currently being rendered.
Declaration
public T Item { get; set; }
Property Value
Type |
---|
T |
Name
Gets a value that indicates the name of the event.
Declaration
public string Name { get; }
Property Value
Type |
---|
System.String |