Aracılığıyla paylaş


DesignerTransactionCloseEventArgs Oluşturucular

Tanım

DesignerTransactionCloseEventArgs sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

DesignerTransactionCloseEventArgs(Boolean)
Geçersiz.
Geçersiz.
Geçersiz.

Tasarımcının işlemde DesignerTransactionCloseEventArgs çağırılıp çağrılmadığını Commit() belirten belirtilen değeri kullanarak sınıfının yeni bir örneğini başlatır.

DesignerTransactionCloseEventArgs(Boolean, Boolean)

DesignerTransactionCloseEventArgs sınıfının yeni bir örneğini başlatır.

DesignerTransactionCloseEventArgs(Boolean)

Kaynak:
DesignerTransactionCloseEventArgs.cs
Kaynak:
DesignerTransactionCloseEventArgs.cs
Kaynak:
DesignerTransactionCloseEventArgs.cs

Dikkat

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

Dikkat

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

Dikkat

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

Tasarımcının işlemde DesignerTransactionCloseEventArgs çağırılıp çağrılmadığını Commit() belirten belirtilen değeri kullanarak sınıfının yeni bir örneğini başlatır.

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)

Parametreler

commit
Boolean

İşlemin işlenip işlenmediğini gösteren bir değer.

Öznitelikler

Şunlara uygulanır

DesignerTransactionCloseEventArgs(Boolean, Boolean)

Kaynak:
DesignerTransactionCloseEventArgs.cs
Kaynak:
DesignerTransactionCloseEventArgs.cs
Kaynak:
DesignerTransactionCloseEventArgs.cs

DesignerTransactionCloseEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

commit
Boolean

İşlemin işlenip işlenmediğini gösteren bir değer.

lastTransaction
Boolean

true kapatacak son işlem buysa; aksi takdirde , false.

Açıklamalar

ise committrueözelliği LastTransaction varsayılan olarak ayarlanır true.

Şunlara uygulanır