ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / Filter Class / OnAttachedStateChanged Method
Previous state value.

In This Topic
    OnAttachedStateChanged Method
    In This Topic
    Calls when the filter state was changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAttachedStateChanged( _
       ByVal previous As AttachedFilterState _
    ) 
    protected virtual void OnAttachedStateChanged( 
       AttachedFilterState previous
    )

    Parameters

    previous
    Previous state value.
    See Also