menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResizeEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResizeEventArgs

    Defines the ResizeEventArgs.

    Inheritance
    System.Object
    ResizeEventArgs
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ResizeEventArgs : Object

    Constructors

    ResizeEventArgs()

    Declaration
    public ResizeEventArgs()

    Properties

    Cancel

    Defines the event cancel status.

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

    true, if the cancel action can be enabled. Otherwise, false.

    CurrentSize

    Defines the current size of the heatmap.

    Declaration
    public Size CurrentSize { get; set; }
    Property Value
    Type Description
    Size

    A Size object that represents the current size of the HeatMap.

    PreviousSize

    Defines the previous size of the heatmap.

    Declaration
    public Size PreviousSize { get; set; }
    Property Value
    Type Description
    Size

    A Size object that represents the previous size of the HeatMap.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved