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

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

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public BeforeRulerRemovalEventArgs(
        MapRuler ruler
    )

    Parameters

    Name Type
    ruler MapRuler
    See Also