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

CalendarClient.LayoutChanged Event

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

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public event EventHandler<LayoutChangedEventArgs> LayoutChanged

Event Data

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

Implements

See Also