Skip to main content
All docs
V23.2

BeforeRulerRemovalEventArgs(MapRuler) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public BeforeRulerRemovalEventArgs(
    MapRuler ruler
)

Parameters

Name Type
ruler MapRuler
See Also