Skip to main content

LayerVisibleChangedEventArgs(Boolean) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public LayerVisibleChangedEventArgs(
    bool visible
)

Parameters

Name Type Description
visible Boolean

A Boolean value, specifying the changed LayerBase.Visible.

See Also