alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class LoadedEventArgs

    Specifies the event arguments for load event in maps.

    Inheritance
    object
    MinMaxLatitudeLongitude
    LoadedEventArgs
    Inherited Members
    MinMaxLatitudeLongitude.MaxLatitude
    MinMaxLatitudeLongitude.MaxLongitude
    MinMaxLatitudeLongitude.MinLatitude
    MinMaxLatitudeLongitude.MinLongitude
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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 the event should be canceled. If set to true, the event progress will be stopped.

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

    true if the event should be canceled; otherwise, false.

    Remarks

    Cancel the event if necessary by setting this property to true during the loaded event of the map.

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