Class LoadEventArgs
Specifies the event arguments for on load event in treemap.
Inheritance
System.Object
LoadEventArgs
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class LoadEventArgs : Object
Constructors
LoadEventArgs()
Declaration
public LoadEventArgs()
Properties
Name
Defines the name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |