ListView.PerformSelect Method

Definition

Retrieves data from the associated data source.

protected:
 override void PerformSelect();
protected override void PerformSelect ();
override this.PerformSelect : unit -> unit
Protected Overrides Sub PerformSelect ()

Remarks

The PerformDataBinding method is called after data is retrieved in order to bind the data-bound control to data. For more information, see DataBoundControl.PerformSelect.

Applies to

See also