Skip to main content
A newer version of this page is available. .

FlowLayoutControl.MaximizedElementPositionChanged Event

Fires after the value of the FlowLayoutControl.MaximizedElementPosition property has been changed.

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

Declaration

public event ValueChangedEventHandler<MaximizedElementPosition> MaximizedElementPositionChanged

Event Data

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