FrameworkContentElement::Initialized Event
.NET Framework (current version)
Occurs when this FrameworkContentElement is initialized. This coincides with cases where the value of the IsInitialized property changes from false (or undefined) to true.
Assembly: PresentationFramework (in PresentationFramework.dll)
This event will be raised whenever the EndInit or OnInitialized methods are called. Calls to these methods could have been made by deliberate code, or by the Extensible Application Markup Language (XAML) loading process.
.NET Framework
Available since 3.0
Available since 3.0
Show: