Back to Devexpress

NavigationFrame.ContentRendered Event

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigationframe-568b130d.md

latest1.4 KB
Original Source

NavigationFrame.ContentRendered Event

Occurs after a View to which the NavigationFrame navigates is completely rendered.

Namespace : DevExpress.Xpf.WindowsUI

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public event EventHandler ContentRendered
vb
Public Event ContentRendered As EventHandler

Event Data

The ContentRendered event's data class is EventArgs.

Remarks

The ContentRendered event fires for both NavigationFrame.Source and child Views.

See Also

Source

Navigation

NavigationFrame Class

NavigationFrame Members

DevExpress.Xpf.WindowsUI Namespace