Class SankeySizeChangedEventArgs
Represents the event arguments for the SfSankey component SizeChanged event.
Inheritance
System.Object
SankeySizeChangedEventArgs
Namespace: Syncfusion.Blazor.Sankey
Assembly: Syncfusion.Blazor.dll
Syntax
public class SankeySizeChangedEventArgs : Object
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 SfSankey 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 SfSankey. |
Remarks
This is read-only property.
PreviousSize
Gets the previous size of the SfSankey before resize event is triggered.
Declaration
public SankeySize PreviousSize { get; }
Property Value
| Type | Description |
|---|---|
| SankeySize | The size object representing the previous size of the SfSankey. |
Remarks
This is read-only property.