alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SankeySizeChangedEventArgs

    Represents the event arguments for the SankeyChart component SizeChanged event.

    Inheritance
    object
    SankeySizeChangedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Sankey
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SankeySizeChangedEventArgs

    Constructors

    SankeySizeChangedEventArgs(SankeySize, SankeySize)

    Declaration
    public SankeySizeChangedEventArgs(SankeySize availableSize, SankeySize previousSize)
    Parameters
    Type Name Description
    SankeySize availableSize
    SankeySize previousSize

    Properties

    CurrentSize

    Gets the current size of the SankeyChart when the resize event is triggered.

    Declaration
    public SankeySize CurrentSize { get; }
    Property Value
    Type Description
    SankeySize

    The size object representing the current size of the SankeyChart.

    Remarks

    This is read-only property.

    PreviousSize

    Gets the previous size of the SankeyChart before resize event is triggered.

    Declaration
    public SankeySize PreviousSize { get; }
    Property Value
    Type Description
    SankeySize

    The size object representing the previous size of the SankeyChart.

    Remarks

    This is read-only property.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved