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