BindingSource::ISupportInitializeNotification::IsInitialized Property
.NET Framework (current version)
Gets a value indicating whether the BindingSource is initialized.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: property bool IsInitialized { virtual bool get() sealed = ISupportInitializeNotification::IsInitialized::get; }
Property Value
Type: System::Booleantrue to indicate the BindingSource is initialized; otherwise, false.
This member is an explicit interface member implementation. It can be used only when the BindingSource instance is cast to an ISupportInitializeNotification interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: