Supplies information about a Change event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class TreeEventArgsSupplies information about a Change event that is being raised.
public TreeEventArgs()Gets the Text the selected RadzenTreeItem.
public string Text { get; set; }
| Type | Description |
|---|---|
| string | Gets the Text the selected RadzenTreeItem. |
Gets the Value the selected RadzenTreeItem.
public object Value { get; set; }
| Type | Description |
|---|---|
| object | Gets the Value the selected RadzenTreeItem. |