menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomLevelChangingEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ZoomLevelChangingEventArgs

    Provides event data for the ZoomLevelChanging event.

    Inheritance
    System.Object
    ZoomLevelChangingEventArgs
    Namespace: Syncfusion.Maui.Maps
    Assembly: Syncfusion.Maui.Maps.dll
    Syntax
    public class ZoomLevelChangingEventArgs : CancelEventArgs

    Constructors

    ZoomLevelChangingEventArgs()

    Declaration
    public ZoomLevelChangingEventArgs()

    Properties

    NewZoomLevel

    Get the old zoom level value.

    Declaration
    public double NewZoomLevel { get; }
    Property Value
    Type
    System.Double

    OldZoomLevel

    Get the old zoom level value.

    Declaration
    public double OldZoomLevel { get; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved