Skip to main content

CalendarClient.LayoutChanged Event

Fires when the layout of items within the calendar is changed.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public event EventHandler<LayoutChangedEventArgs> LayoutChanged

Event Data

The LayoutChanged event's data class is DevExpress.Xpf.Editors.RangeControl.LayoutChangedEventArgs.

Implements

See Also