BindingSource::ISupportInitializeNotification::Initialized Event

 

Occurs when the BindingSource is initialized.

Namespace:   System.Windows.Forms
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
Return to top
Show: