Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 IsInitialized Property
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
FrameworkElement..::.IsInitialized Property

Gets a value that indicates whether this element has been initialized, either during processing by a XAML processor, or by explicitly having its EndInit method called.

Namespace:  System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)
Visual Basic (Declaration)
Public ReadOnly Property IsInitialized As Boolean
Visual Basic (Usage)
Dim instance As FrameworkElement
Dim value As Boolean

value = instance.IsInitialized
C#
public bool IsInitialized { get; }
Visual C++
public:
property bool IsInitialized {
    bool get ();
}
JScript
public function get IsInitialized () : boolean
XAML
You cannot set this property in XAML.

Property Value

Type: System..::.Boolean
true if the element is initialized per the aforementioned XAML processing or method calls; otherwise, false.

This property may also be true if this element has been moved within the logical tree such that it has a new parent element, and therefore becomes reloaded again.

This property is useful if you also are using BeginInit and EndInit. Elements in the logical tree that is loaded by a XAML processor are assured to be initialized. Elements not in the logical tree are initialized when EndInit is called. In absence of any specific handling of BeginInit and EndInit, this will happen as soon as the constructor returns the initialized result.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker