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