In This Topic
            
            Occurs after filter expression is applied to the underlying System.Data.DataView's System.Data.DataView.RowFilter property.
            Syntax
            
            
            
            
            'Declaration
 
Public Event Filtered As System.EventHandler
             
        
            
            public event System.EventHandler Filtered
             
        
             
        
             
            
            
            
            
            
            
            
            
            See Also