BindingNavigator.EndInit Method

Definition

Enables updates to the ToolStripItem controls of the BindingNavigator after the component's initialization has concluded.

public:
 virtual void EndInit();
public void EndInit ();
abstract member EndInit : unit -> unit
override this.EndInit : unit -> unit
Public Sub EndInit ()

Implements

Remarks

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.

Applies to

See also