public event EventHandler<EventArgs<IDataPoint>> HistoricDataReceived
Public Event HistoricDataReceived As EventHandler(Of EventArgs(Of IDataPoint))
public: event EventHandler<EventArgs<IDataPoint^>^>^ HistoricDataReceived { void add (EventHandler<EventArgs<IDataPoint^>^>^ value); void remove (EventHandler<EventArgs<IDataPoint^>^>^ value); }
member HistoricDataReceived : IEvent<EventHandler<EventArgs<IDataPoint>>, EventArgs<IDataPoint>>
function add_HistoricDataReceived(value); function remove_HistoricDataReceived(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.