menu

Blazor

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

    Show / Hide Table of Contents

    Class MapsBaseEventArgs

    Gets or sets the event arguments for the Maps events. The common arguments of the events in the Maps are stored in this class.

    Inheritance
    System.Object
    MapsBaseEventArgs
    AnimationCompleteEventArgs
    AnnotationRenderingEventArgs
    BubbleClickEventArgs
    BubbleRenderingEventArgs
    LabelRenderingEventArgs
    LayerRenderingEventArgs
    LegendRenderingEventArgs
    LoadEventArgs
    MarkerClusterMoveEventArgs
    MarkerDragStartEventArgs
    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

    Gets or sets a value indicating whether the event should be cancelled. The default value is false.

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

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

    Remarks

    Set this property to true to interrupt and halt further event execution in the event lifecycle.

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