Class ILoadedEventArgs
Interface for the class ILoadedEventArgs.
Inheritance
System.Object
ILoadedEventArgs
Implements
System.IEquatable<ILoadedEventArgs>
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class ILoadedEventArgs : Object, IEquatable<ILoadedEventArgs>
Constructors
ILoadedEventArgs()
Declaration
public ILoadedEventArgs()
Properties
Cancel
Defines the event cancel status
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Heatmap
Defines the current heatmap instance
Declaration
public HeatMapModel Heatmap { get; set; }
Property Value
Type | Description |
---|---|
HeatMapModel |
Name
Defines the name of the event
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(ILoadedEventArgs)
Declaration
public bool Equals(ILoadedEventArgs iLoadedEventArgs)
Parameters
Type | Name | Description |
---|---|---|
ILoadedEventArgs | iLoadedEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>