DataBoundControlDesigner::PreFilterProperties Method (IDictionary^)

 

Overridden by the designer to shadow run-time properties of the data-bound control with corresponding properties implemented by the designer.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected:
virtual void PreFilterProperties(
	IDictionary^ properties
) override

Parameters

properties
Type: System.Collections::IDictionary^

An IDictionary object containing the properties to filter.

Override the PreFilterProperties method to perform any additional actions required when the data source of the underlying data-bound control changes.

Notes to Implementers:

If you override the PreFilterProperties method, call the base implementation before performing other processing.

.NET Framework
Available since 2.0
Return to top
Show: