BindingSource.ISupportInitializeNotification.IsInitialized Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets a value indicating whether the BindingSource is initialized.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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: