Edit

Share via


ConditionalEventArgs Constructors

Definition

Initializes a new instance of the ConditionalEventArgs class.

Overloads

ConditionalEventArgs()

Initializes a new instance of the ConditionalEventArgs class.

ConditionalEventArgs(Boolean)

Initializes a new instance of the ConditionalEventArgs class using the result of the condition.

ConditionalEventArgs()

Initializes a new instance of the ConditionalEventArgs class.

public ConditionalEventArgs();

Applies to

ConditionalEventArgs(Boolean)

Initializes a new instance of the ConditionalEventArgs class using the result of the condition.

public ConditionalEventArgs(bool result);

Parameters

result
Boolean

The result of the condition.

Applies to