Xceed Ultimate ListBox for Silverlight Documentation
OnDataSourceFilterExpressionChanged(FilterExpressionBase,FilterExpressionBase) Method


The old filter expression.
The new filter expression.
Raised when the DataSourceFilterExpression changes.
Syntax
Protected Overridable Sub OnDataSourceFilterExpressionChanged( _
   ByVal oldValue As FilterExpressionBase, _
   ByVal newValue As FilterExpressionBase _
) 
Dim instance As FilterControl
Dim oldValue As FilterExpressionBase
Dim newValue As FilterExpressionBase
 
instance.OnDataSourceFilterExpressionChanged(oldValue, newValue)
protected virtual void OnDataSourceFilterExpressionChanged( 
   FilterExpressionBase oldValue,
   FilterExpressionBase newValue
)

Parameters

oldValue
The old filter expression.
newValue
The new filter expression.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FilterControl Class
FilterControl Members

Send Feedback