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