menu

Blazor

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

    Show / Hide Table of Contents

    Class LoadedEventArgs

    Specifies the event arguments for load event in maps.

    Inheritance
    System.Object
    MinMaxLatitudeLongitude
    LoadedEventArgs
    Inherited Members
    MinMaxLatitudeLongitude.MinLatitude
    MinMaxLatitudeLongitude.MaxLatitude
    MinMaxLatitudeLongitude.MinLongitude
    MinMaxLatitudeLongitude.MaxLongitude
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LoadedEventArgs : MinMaxLatitudeLongitude

    Constructors

    LoadedEventArgs()

    Declaration
    public LoadedEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether or not the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.

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

    true, if the event should be canceled. Otherwise, false. The default value is false.

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