Back to Devexpress

GroupBox.StateChanged Event

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-groupbox-94ab1578.md

latest1.7 KB
Original Source

GroupBox.StateChanged Event

Fires after the value of the GroupBox.State property has been changed.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public event ValueChangedEventHandler<GroupBoxState> StateChanged
vb
Public Event StateChanged As ValueChangedEventHandler(Of GroupBoxState)

Event Data

The StateChanged event's data class is ValueChangedEventArgs<GroupBoxState>. 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

State

GroupBox Class

GroupBox Members

DevExpress.Xpf.LayoutControl Namespace