Back to Devexpress

Measurements.BeforeRulerRemoval Event

wpf-devexpress-dot-xpf-dot-map-dot-measurements-6045bd2b.md

latest1.4 KB
Original Source

Measurements.BeforeRulerRemoval Event

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public event BeforeRulerRemovalEventHandler BeforeRulerRemoval
vb
Public Event BeforeRulerRemoval As BeforeRulerRemovalEventHandler

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
Ruler

See Also

Measurements Class

Measurements Members

DevExpress.Xpf.Map Namespace