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