System.ComponentModel.ISupportInitializeNotification

Allows coordination of initialization for a component and its dependent properties.

See Also: ISupportInitializeNotification Members

Syntax

public interface ISupportInitializeNotification : ISupportInitialize

Remarks

You should implement this interface when your component has initialization dependencies on other components that also implement the System.ComponentModel.ISupportInitializeNotification interface. You can check to see if the dependent components have completed initialization by checking the ISupportInitializeNotification.IsInitialized property.

System.ComponentModel.ISupportInitializeNotification is implemented by the System.Windows.Forms.BindingSource and System.Windows.Forms.ListControl types.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0