BindingNavigator::EndInit Method ()
.NET Framework (current version)
Enables updates to the ToolStripItem controls of the BindingNavigator after the component's initialization has concluded.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The BeginInit and EndInit methods allow the BindingNavigator control to optimize changes to multiple properties. Using this pair of methods, you can initialize co-dependent properties or batch set multiple properties at design time. Call the BeginInit method to signal the control that initialization is starting; call the EndInit method to signal that initialization is complete.
.NET Framework
Available since 2.0
Available since 2.0
Show: