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