See Also: ISupportInitialize Members
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.