Runt.DesignTimeHost.Host.OnDiagnostics C# (CSharp) Method

OnDiagnostics() private method

private OnDiagnostics ( DiagnosticsEventArgs e ) : void
e DiagnosticsEventArgs
return void
        private void OnDiagnostics(DiagnosticsEventArgs e)
        {
            var d = Diagnostics;
            if (d != null)
                d(this, e);
        }