BindingSource::ISupportInitializeNotification::Initialized Event
.NET Framework (current version)
Occurs when the BindingSource is initialized.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: event EventHandler^ Initialized { virtual void add(EventHandler^ value) sealed = ISupportInitializeNotification::Initialized::add; virtual void remove(EventHandler^ value) sealed = ISupportInitializeNotification::Initialized::remove; }
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: