Blazor

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

    Show / Hide Table of Contents

    Class ISelectedEventArgs

    Interface for the class ISelectedEventArgs

    Inheritance
    System.Object
    ISelectedEventArgs
    Implements
    System.IEquatable<ISelectedEventArgs>
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ISelectedEventArgs : Object, IEquatable<ISelectedEventArgs>

    Constructors

    ISelectedEventArgs()

    Declaration
    public ISelectedEventArgs()

    Properties

    Cancel

    Defines the event cancel status

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    Data

    Defines details of a cell

    Declaration
    public object Data { get; set; }
    Property Value
    Type Description
    System.Object

    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(ISelectedEventArgs)

    Declaration
    public bool Equals(ISelectedEventArgs iSelectedEventArgs)
    Parameters
    Type Name Description
    ISelectedEventArgs iSelectedEventArgs
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved