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