CalendarDataBindingHandler.DataBindControl(IDesignerHost, Control) Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the calendar's date to the current day if the SelectedDate property is data-bound.
public:
 override void DataBindControl(System::ComponentModel::Design::IDesignerHost ^ designerHost, System::Web::UI::Control ^ control);
	public override void DataBindControl(System.ComponentModel.Design.IDesignerHost designerHost, System.Web.UI.Control control);
	override this.DataBindControl : System.ComponentModel.Design.IDesignerHost * System.Web.UI.Control -> unit
	Public Overrides Sub DataBindControl (designerHost As IDesignerHost, control As Control)
	Parameters
- designerHost
 - IDesignerHost
 
The IDesignerHost for the document that contains the control.