public 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);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.