Skip to main content

LayoutChangedEventArgs(LayoutChangedType, Object, Object) Constructor

Initializes a new instance of the LayoutChangedEventArgs class with specified settings.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public LayoutChangedEventArgs(
    LayoutChangedType changeType,
    object start = null,
    object end = null
)

#Parameters

Name Type Description
changeType LayoutChangedType

The type of changes applied to ChartRangeControlClient.

#Optional Parameters

Name Type Default Description
start Object null

The start value of the bound chart’s whole range (X-axis).

end Object null

The end value of the bound chart’s whole range (X-axis).

See Also