Back to Devexpress

DataLayoutControl.CurrentItemChanged Event

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-datalayoutcontrol-aa3b87be.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public event ValueChangedEventHandler<object> CurrentItemChanged
vb
Public Event CurrentItemChanged As ValueChangedEventHandler(Of Object)

Event Data

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

PropertyDescription
NewValueGets an object that represents the new value of a specific property.
OldValueGets an object that represents the old value of a specific property.

See Also

DataLayoutControl Class

DataLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace