BindingSource.ISupportInitializeNotification.IsInitialized Vlastnost

Definice

Získá hodnotu označující, zda BindingSource je inicializován.

property bool System::ComponentModel::ISupportInitializeNotification::IsInitialized { bool get(); };
bool System.ComponentModel.ISupportInitializeNotification.IsInitialized { get; }
member this.System.ComponentModel.ISupportInitializeNotification.IsInitialized : bool
 ReadOnly Property IsInitialized As Boolean Implements ISupportInitializeNotification.IsInitialized

Hodnota vlastnosti

Boolean

true inicializuje se BindingSource ; v opačném případě false.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho použít pouze v BindingSource případě, že je instance přetypována do ISupportInitializeNotification rozhraní.

Platí pro