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