Class LoadedEventArgs
Defines the LoadedEventArgs.
Inheritance
System.Object
LoadedEventArgs
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class LoadedEventArgs : Object
Constructors
LoadedEventArgs()
Declaration
public LoadedEventArgs()
Properties
Cancel
Defines the event cancel status.
Declaration
public bool Cancel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|