Este tema aún no ha recibido ninguna valoración - Valorar este tema

FrameworkContentElement.IsInitialized (Propiedad)

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.

Espacio de nombres: System.Windows
Ensamblado: PresentationFramework (en presentationframework.dll)
Espacio de nombres XML:  http://schemas.microsoft.com/winfx/2006/xaml/presentation

public bool IsInitialized { get; }
/** @property */
public boolean get_IsInitialized ()

public function get IsInitialized () : boolean

No se puede utilizar esta propiedad en XAML.

Valor de propiedad

true 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.

Microsoft .NET Framework 3.0 es compatible con Windows Vista, Microsoft Windows XP SP2 y Windows Server 2003 SP1.

.NET Framework

Compatible con: 3.0
¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.