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