Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NodeRenderEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NodeRenderEventArgs<T>

    Specifies class for node render event arguments.

    Inheritance
    System.Object
    NodeRenderEventArgs<T>
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class NodeRenderEventArgs<T> : Object
    Type Parameters
    Name Description
    T

    Constructors

    NodeRenderEventArgs()

    Declaration
    public NodeRenderEventArgs()

    Properties

    Name

    Return the Event name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Node

    Return the current rendering node.

    Declaration
    public ElementReference Node { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.ElementReference

    NodeData

    Return the current rendering node as JSON object.

    Declaration
    public T NodeData { get; set; }
    Property Value
    Type Description
    T

    Text

    Return the current rendering node text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved