Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler<EventArgs<Exception>> ReplicationException
Public Event ReplicationException As EventHandler(Of EventArgs(Of Exception))
public: virtual event EventHandler<EventArgs<Exception^>^>^ ReplicationException { void add (EventHandler<EventArgs<Exception^>^>^ value); void remove (EventHandler<EventArgs<Exception^>^>^ value); }