Skip to main content
A newer version of this page is available. .
All docs
V21.1

Measurements.BeforeRulerRemoval Event

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

[Browsable(false)]
public event BeforeRulerRemovalEventHandler BeforeRulerRemoval

Event Data

The BeforeRulerRemoval event's data class is BeforeRulerRemovalEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
Ruler
See Also