Skip to main content

DataLayoutControl.CurrentItemChanged Event

Fires after the value of DataLayoutControl.CurrentItem is changed and after a new UI is generated.

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public event ValueChangedEventHandler<object> CurrentItemChanged

Event Data

The CurrentItemChanged event's data class is ValueChangedEventArgs<Object>. The following properties provide information specific to this event:

Property Description
NewValue Gets an object that represents the new value of a specific property.
OldValue Gets an object that represents the old value of a specific property.
See Also