Back to Devexpress

FlowLayoutControl.MaximizedElementPositionChanged Event

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-flowlayoutcontrol-96c215b5.md

latest2.0 KB
Original Source

FlowLayoutControl.MaximizedElementPositionChanged Event

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

Event Data

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

MaximizedElementPosition

FlowLayoutControl Class

FlowLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace