Blazor

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

    Show / Hide Table of Contents

    Class LoadedEventArgs

    Specifies the event arguments for loaded event in treemap.

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

    Constructors

    LoadedEventArgs()

    Declaration
    public LoadedEventArgs()

    Properties

    IsResized

    Specifies whether the load event is triggered due to component resize or not.

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