Raises the [E:FileChanged] event.
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| protected virtual void OnFileChanged( PersistedFileEventArgs args ) | 
| Visual Basic | 
|---|
| Protected Overridable Sub OnFileChanged ( _ args As PersistedFileEventArgs _ ) | 
| Visual C++ | 
|---|
| protected: virtual void OnFileChanged( PersistedFileEventArgs^ args ) | 
Parameters
- args
- Type: CuteEditor..::..PersistedFileEventArgs
 The [!:CuteWebUI.PersistedFileEventArgs] instance containing the event data.
 
     
     
     
     
    