HandledEventArgs Constructors

Definition

Initializes a new instance of the HandledEventArgs class.

Overloads

HandledEventArgs()

Initializes a new instance of the HandledEventArgs class with a default Handled property value of false.

HandledEventArgs(Boolean)

Initializes a new instance of the HandledEventArgs class with the specified default value for the Handled property.

HandledEventArgs()

Initializes a new instance of the HandledEventArgs class with a default Handled property value of false.

public:
 HandledEventArgs();
public HandledEventArgs ();
Public Sub New ()

Applies to

HandledEventArgs(Boolean)

Initializes a new instance of the HandledEventArgs class with the specified default value for the Handled property.

public:
 HandledEventArgs(bool defaultHandledValue);
public HandledEventArgs (bool defaultHandledValue);
new System.ComponentModel.HandledEventArgs : bool -> System.ComponentModel.HandledEventArgs
Public Sub New (defaultHandledValue As Boolean)

Parameters

defaultHandledValue
Boolean

The default value for the Handled property.

Applies to