Class LoadedEventArgs
Specifies the event arguments for the loaded event in TreeMap.
Inherited Members
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class LoadedEventArgs
Constructors
LoadedEventArgs()
Declaration
public LoadedEventArgs()
Properties
IsResized
Gets or sets a value indicating whether the load event is triggered due to a component resize.
Declaration
public bool IsResized { get; set; }
Property Value
| Type | Description |
|---|---|
| bool | A boolean indicating if the event is a result of resizing. |