Measurements.BeforeRulerRemoval Event
In This Article
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
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 Cancel |
Ruler |
See Also