FrameworkContentElement::IsInitialized Property
.NET Framework (current version)
Gets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its EndInit method called.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::Booleantrue if the element is initialized per the aforementioned loading or method calls; otherwise, false.
This property may also be true if this element has been moved within the element tree such that it has a new parent element, and therefore becomes reloaded again.
.NET Framework
Available since 3.0
Available since 3.0
Show: