Share via


DiagnosticUpdatedEventArgs Class

Definition

Instance of the event args for the DiagnosticsUpdated event.

public ref class DiagnosticUpdatedEventArgs : EventArgs
[System.Runtime.Serialization.DataContract]
public class DiagnosticUpdatedEventArgs : EventArgs
[<System.Runtime.Serialization.DataContract>]
type DiagnosticUpdatedEventArgs = class
    inherit EventArgs
Public Class DiagnosticUpdatedEventArgs
Inherits EventArgs
Inheritance
DiagnosticUpdatedEventArgs
Attributes

Constructors

DiagnosticUpdatedEventArgs()
DiagnosticUpdatedEventArgs(Boolean, DiagnosticReport)

Initializes a new instance of the DiagnosticUpdatedEventArgs class.

Properties

Append

Gets a value indicating whether the diagnostics in DiagnosticsReport should be appended to or replace the existing diagnostics.

DiagnosticsReport

Gets the new diagnostics.

Remove

Gets a value indicating whether the documents in DiagnosticsReport should be removed.

Applies to