DesignerTransactionCloseEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DesignerTransactionCloseEventArgs.

Przeciążenia

DesignerTransactionCloseEventArgs(Boolean)
Przestarzałe.
Przestarzałe.
Przestarzałe.

Inicjuje DesignerTransactionCloseEventArgs nowe wystąpienie klasy przy użyciu określonej wartości, która wskazuje, czy projektant wezwał Commit() transakcję.

DesignerTransactionCloseEventArgs(Boolean, Boolean)

Inicjuje nowe wystąpienie klasy DesignerTransactionCloseEventArgs.

DesignerTransactionCloseEventArgs(Boolean)

Źródło:
DesignerTransactionCloseEventArgs.cs
Źródło:
DesignerTransactionCloseEventArgs.cs
Źródło:
DesignerTransactionCloseEventArgs.cs

Przestroga

This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead. https://go.microsoft.com/fwlink/?linkid=14202

Przestroga

This constructor has been deprecated. Use DesignerTransactionCloseEventArgs(bool, bool) instead.

Przestroga

This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead. http://go.microsoft.com/fwlink/?linkid=14202

Inicjuje DesignerTransactionCloseEventArgs nowe wystąpienie klasy przy użyciu określonej wartości, która wskazuje, czy projektant wezwał Commit() transakcję.

public:
 DesignerTransactionCloseEventArgs(bool commit);
[System.Obsolete("This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
public DesignerTransactionCloseEventArgs (bool commit);
[System.Obsolete("This constructor has been deprecated. Use DesignerTransactionCloseEventArgs(bool, bool) instead.")]
public DesignerTransactionCloseEventArgs (bool commit);
[System.Obsolete("This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public DesignerTransactionCloseEventArgs (bool commit);
public DesignerTransactionCloseEventArgs (bool commit);
[<System.Obsolete("This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead.  https://go.microsoft.com/fwlink/?linkid=14202")>]
new System.ComponentModel.Design.DesignerTransactionCloseEventArgs : bool -> System.ComponentModel.Design.DesignerTransactionCloseEventArgs
[<System.Obsolete("This constructor has been deprecated. Use DesignerTransactionCloseEventArgs(bool, bool) instead.")>]
new System.ComponentModel.Design.DesignerTransactionCloseEventArgs : bool -> System.ComponentModel.Design.DesignerTransactionCloseEventArgs
[<System.Obsolete("This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
new System.ComponentModel.Design.DesignerTransactionCloseEventArgs : bool -> System.ComponentModel.Design.DesignerTransactionCloseEventArgs
new System.ComponentModel.Design.DesignerTransactionCloseEventArgs : bool -> System.ComponentModel.Design.DesignerTransactionCloseEventArgs
Public Sub New (commit As Boolean)

Parametry

commit
Boolean

Wartość wskazująca, czy transakcja została zatwierdzona.

Atrybuty

Dotyczy

DesignerTransactionCloseEventArgs(Boolean, Boolean)

Źródło:
DesignerTransactionCloseEventArgs.cs
Źródło:
DesignerTransactionCloseEventArgs.cs
Źródło:
DesignerTransactionCloseEventArgs.cs

Inicjuje nowe wystąpienie klasy DesignerTransactionCloseEventArgs.

public:
 DesignerTransactionCloseEventArgs(bool commit, bool lastTransaction);
public DesignerTransactionCloseEventArgs (bool commit, bool lastTransaction);
new System.ComponentModel.Design.DesignerTransactionCloseEventArgs : bool * bool -> System.ComponentModel.Design.DesignerTransactionCloseEventArgs
Public Sub New (commit As Boolean, lastTransaction As Boolean)

Parametry

commit
Boolean

Wartość wskazująca, czy transakcja została zatwierdzona.

lastTransaction
Boolean

true jeśli jest to ostatnia transakcja do zamknięcia; w przeciwnym razie , false.

Uwagi

Jeśli commit parametr ma truewartość , LastTransaction właściwość jest domyślnie ustawiona na true.

Dotyczy