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