LayerVisibleChangedEventArgs(Boolean) Constructor
Initializes a new instance of the LayerVisibleChangedEventArgs class with the specified visible value.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.2.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| visible | Boolean | A Boolean value, specifying the changed LayerBase.Visible. |
See Also