System.ComponentModel.ISupportInitialize

Specifies that this object supports a simple, transacted notification for batch initialization.

See Also: ISupportInitialize Members

Syntax

public interface ISupportInitialize

Remarks

System.ComponentModel.ISupportInitialize allows controls to optimize multiple property assignments. As a result, you can initialize co-dependent properties or batch set multiple properties at design time.

Call the ISupportInitialize.BeginInit method to signal the object that initialization is starting. Call the ISupportInitialize.EndInit method to signal that initialization is complete.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0