OverlaysArrangedEventArgs(OverlayArrangement[]) Constructor
Initializes a new instance of the OverlaysArrangedEventArgs class with the specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
overlayArrangements | OverlayArrangement[] | An array of OverlayArrangement objects representing the arrangement of map overlays. |
Remarks
Instances of the OverlaysArrangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also