menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SankeyLegendItemHoverEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SankeyLegendItemHoverEventArgs

    Gets the event arguments for the SfSankey component LegendItemHover event.

    Inheritance
    System.Object
    SankeyEventArgs
    SankeyLegendItemHoverEventArgs
    Inherited Members
    SankeyEventArgs.Cancel
    Namespace: Syncfusion.Blazor.Sankey
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SankeyLegendItemHoverEventArgs : SankeyEventArgs

    Constructors

    SankeyLegendItemHoverEventArgs()

    Declaration
    public SankeyLegendItemHoverEventArgs()

    Properties

    Node

    Gets the node data of the hovered legend item in the SfSankey component.

    Declaration
    public SankeyDataNode Node { get; }
    Property Value
    Type
    SankeyDataNode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved