DataBoundControlDesigner::PreFilterProperties Method (IDictionary^)
.NET Framework (current version)
Overridden by the designer to shadow run-time properties of the data-bound control with corresponding properties implemented by the designer.
Assembly: System.Design (in System.Design.dll)
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
Available since 2.0
Show: