FlowLayoutControl.MaximizedElementPositionChanged Event
In This Article
Fires after the value of the FlowLayoutControl.MaximizedElementPosition property has been changed.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll
#Declaration
public event ValueChangedEventHandler<MaximizedElementPosition> MaximizedElementPositionChanged
#Event Data
The MaximizedElementPositionChanged event's handler receives an argument of the ValueChangedEventArgs<MaximizedElementPosition> type. The following properties provide information specific to this event:
Property | Description |
---|---|
New |
Gets an object that represents the new value of a specific property. |
Old |
Gets an object that represents the old value of a specific property. |
See Also