PropertyEntry.OnFilterApplied Method
Raises the IPropertyFilterTarget.FilterApplied event.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Protected Overridable Sub OnFilterApplied ( _
filter As PropertyFilter _
)
protected virtual void OnFilterApplied(
PropertyFilter filter
)
protected:
virtual void OnFilterApplied(
PropertyFilter^ filter
)
abstract OnFilterApplied :
filter:PropertyFilter -> unit
override OnFilterApplied :
filter:PropertyFilter -> unit
protected function OnFilterApplied(
filter : PropertyFilter
)
Parameters
- filter
Type: Microsoft.Windows.Design.PropertyEditing.PropertyFilter
The filter that is being applied.
Remarks
This method is called by the ApplyFilter method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace