Blazor

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

    Show / Hide Table of Contents

    Class MapsBaseEventArgs

    Inheritance
    System.Object
    MapsBaseEventArgs
    AnimationCompleteEventArgs
    AnnotationRenderingEventArgs
    BubbleClickEventArgs
    BubbleRenderingEventArgs
    LabelRenderingEventArgs
    LayerRenderingEventArgs
    LegendRenderingEventArgs
    LoadedEventArgs
    LoadEventArgs
    MapPanEventArgs
    MapZoomEventArgs
    MarkerClusterMoveEventArgs
    MarkerClusterRenderingEventArgs
    MarkerMoveEventArgs
    MarkerRenderingEventArgs
    MouseEventArgs
    PrintEventArgs
    ResizeEventArgs
    SelectionEventArgs
    ShapeRenderingEventArgs
    ShapeSelectedEventArgs
    TooltipRenderEventArgs
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MapsBaseEventArgs : Object

    Constructors

    MapsBaseEventArgs()

    Declaration
    public MapsBaseEventArgs()

    Properties

    Cancel

    Specifies 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

    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