FlowLayoutControl.MaximizedElementChanged Event
Fires after the value of the FlowLayoutControl.MaximizedElement property has been changed.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
Event Data
The MaximizedElementChanged event's data class is ValueChangedEventArgs<FrameworkElement>. 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