Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IHeatMapEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved