Skip to main content
All docs
V25.1
  • BeforeRulerRemovalEventArgs(MapRuler) Constructor

    Initializes a new instance of the BeforeRulerRemovalEventArgs class with specified settings.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public BeforeRulerRemovalEventArgs(
        MapRuler ruler
    )

    Parameters

    Name Type
    ruler MapRuler
    See Also