Skip to main content
A newer version of this page is available. .

LayerVisibleChangedEventArgs(Boolean) Constructor

Initializes a new instance of the LayerVisibleChangedEventArgs class with the specified visible value.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public LayerVisibleChangedEventArgs(
    bool visible
)

Parameters

Name Type Description
visible Boolean

A Boolean value, specifying the changed LayerBase.Visible.

See Also