Fires after the code filter is applied to the editor contents. 
            
        
        Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public event RTEFilterEventHandler FilterEnd | 
| Visual Basic | 
|---|
| Public Event FilterEnd As RTEFilterEventHandler | 
| Visual C++ | 
|---|
| public: event RTEFilterEventHandler^ FilterEnd { void add (RTEFilterEventHandler^ value); void remove (RTEFilterEventHandler^ value); } | 
 
     
     
     
     
    