Version

PopulateDataBindings Method (DataBindingManager)

Virtual method called during a databinding operation to notify the DataBindingManager that databindings must be populated in order for databinding to proceed. If the developer/user has added one or more bindings to the DataBindings collection, then these bindings should suffice. If the developer/user has not added any bindings to the control.DataBindings collection, then a default one must be created and added to the DataBindingManager.WebBindings collection.
Syntax
'Declaration
 
Protected Overridable Sub PopulateDataBindings() 
protected virtual void PopulateDataBindings()
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also