Back to Devexpress

BarItem.PropertyChanged Event

wpf-devexpress-dot-xpf-dot-bars-dot-baritem-f6e3b02a.md

latest1.3 KB
Original Source

BarItem.PropertyChanged Event

Occurs every time any of the BarItem properties has changed its value.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public event PropertyChangedEventHandler PropertyChanged
vb
Public Event PropertyChanged As PropertyChangedEventHandler

Event Data

The PropertyChanged event's data class is PropertyChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
PropertyNameGets the name of the property that changed.

See Also

BarItem Class

BarItem Members

DevExpress.Xpf.Bars Namespace