ISupportInitializeNotification.IsInitialized Propiedad
Definición
Obtiene un valor que indica si el componente está inicializado.Gets a value indicating whether the component is initialized.
public:
property bool IsInitialized { bool get(); };
public bool IsInitialized { get; }
member this.IsInitialized : bool
Public ReadOnly Property IsInitialized As Boolean
Valor de propiedad
true
para indicar que el componente ha completado la inicialización; de lo contrario, false
.true
to indicate the component has completed initialization; otherwise, false
.
Comentarios
La IsInitialized propiedad se establece automáticamente en false
cuando se BeginInit llama al método y true
cuando EndInit se llama al método.The IsInitialized property is automatically set to false
when the BeginInit method is called, and true
when the EndInit method is called.