public EventHandler<EventArgs<Exception>> DataReadExceptionHandler { get; set; }
Public Property DataReadExceptionHandler As EventHandler(Of EventArgs(Of Exception)) Get Set
public: virtual property EventHandler<EventArgs<Exception^>^>^ DataReadExceptionHandler { EventHandler<EventArgs<Exception^>^>^ get () sealed; void set (EventHandler<EventArgs<Exception^>^>^ value) sealed; }
abstract DataReadExceptionHandler : EventHandler<EventArgs<Exception>> with get, set override DataReadExceptionHandler : EventHandler<EventArgs<Exception>> with get, set
function get_DataReadExceptionHandler(); function set_DataReadExceptionHandler(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.