New to Telerik UI for BlazorStart a free 30-day trial

Event arguments for the OnOpen event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Type Parameters:

TItem

Syntax:

C#
public class CitationOpenEventArgs<TItem>

Inheritance: objectCitationOpenEventArgs<TItem>

Constructors

C#
public CitationOpenEventArgs()

Properties

Data

IList<TItem>

The source data items associated with the citation that is about to open.

C#
public IList<TItem> Data { get; set; }