public event EventHandler<FileProcessorEventArgs> Processing
Public Event Processing As EventHandler(Of FileProcessorEventArgs)
public: event EventHandler<FileProcessorEventArgs^>^ Processing { void add (EventHandler<FileProcessorEventArgs^>^ value); void remove (EventHandler<FileProcessorEventArgs^>^ value); }
member Processing : IEvent<EventHandler<FileProcessorEventArgs>, FileProcessorEventArgs>
function add_Processing(value); function remove_Processing(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.