Back to Devexpress

FlowLayoutControl.MaximizedElementChanged Event

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-flowlayoutcontrol-319a4262.md

latest1.9 KB
Original Source

FlowLayoutControl.MaximizedElementChanged Event

Fires after the value of the FlowLayoutControl.MaximizedElement 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<FrameworkElement> MaximizedElementChanged
vb
Public Event MaximizedElementChanged As ValueChangedEventHandler(Of FrameworkElement)

Event Data

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

MaximizedElement

FlowLayoutControl Class

FlowLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace