Back to Devexpress

LayerBase.VisibleChanged Event

windowsforms-devexpress-dot-xtramap-dot-layerbase-dc3daccc.md

latest1.4 KB
Original Source

LayerBase.VisibleChanged Event

Occurs when the layer’s LayerBase.Visible property value has changed.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public event LayerVisibleChangedEventHandler VisibleChanged
vb
Public Event VisibleChanged As LayerVisibleChangedEventHandler

Event Data

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

PropertyDescription
VisibleReturns the specified value of the LayerBase.Visible property.

See Also

LayerBase Class

LayerBase Members

DevExpress.XtraMap Namespace