|   | LogSubscriptionFileWriterNewFileComplete Event | 
        
        
            When a new file has been completed.
            
        
        Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic event Action<string> NewFileComplete
Public Event NewFileComplete As Action(Of String)
public:
 event Action<String^>^ NewFileComplete {
	void add (Action<String^>^ value);
	void remove (Action<String^>^ value);
}member NewFileComplete : IEvent<Action<string>,
    EventArgs>function add_NewFileComplete(value);
function remove_NewFileComplete(value);
Value
ActionString See Also
See Also