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

Tile.IsMaximizedChanged Event

Occurs after the Tile.IsMaximized property’s value 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 EventHandler IsMaximizedChanged

Event Data

The IsMaximizedChanged event's data class is EventArgs.

See Also