menu

Blazor

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

    Show / Hide Table of Contents

    Class LoadedEventArgs

    Defines the LoadedEventArgs.

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

    Constructors

    LoadedEventArgs()

    Declaration
    public LoadedEventArgs()

    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.

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