Sdílet prostřednictvím


CurrentChangingEventArgs Konstruktory

Definice

Inicializuje novou instanci CurrentChangingEventArgs třídy.

Přetížení

Name Description
CurrentChangingEventArgs()

Inicializuje novou instanci CurrentChangingEventArgs třídy.

CurrentChangingEventArgs(Boolean)

Inicializuje novou instanci CurrentChangingEventArgs třídy se zadanou isCancelable hodnotou.

CurrentChangingEventArgs()

Inicializuje novou instanci CurrentChangingEventArgs třídy.

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

Poznámky

Výchozí hodnota IsCancelable vlastnosti je true.

Platí pro

CurrentChangingEventArgs(Boolean)

Inicializuje novou instanci CurrentChangingEventArgs třídy se zadanou isCancelable hodnotou.

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

Parametry

isCancelable
Boolean

Hodnota, která označuje, zda je událost zrušena.

Platí pro