DesignerTransactionCloseEventArgs Constructors

Definitie

Initialiseert een nieuw exemplaar van de DesignerTransactionCloseEventArgs klasse.

Overloads

Name Description
DesignerTransactionCloseEventArgs(Boolean)
Verouderd.
Verouderd.

Initialiseert een nieuw exemplaar van de DesignerTransactionCloseEventArgs klasse met behulp van de opgegeven waarde die aangeeft of de ontwerper de transactie aangeroepen heeft Commit() .

DesignerTransactionCloseEventArgs(Boolean, Boolean)

Initialiseert een nieuw exemplaar van de DesignerTransactionCloseEventArgs klasse.

DesignerTransactionCloseEventArgs(Boolean)

Let op

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

Let op

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

Initialiseert een nieuw exemplaar van de DesignerTransactionCloseEventArgs klasse met behulp van de opgegeven waarde die aangeeft of de ontwerper de transactie aangeroepen heeft Commit() .

public:
 DesignerTransactionCloseEventArgs(bool commit);
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);
[System.Obsolete("This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
public DesignerTransactionCloseEventArgs(bool commit);
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
[<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
Public Sub New (commit As Boolean)

Parameters

commit
Boolean

Een waarde die aangeeft of de transactie is doorgevoerd.

Kenmerken

Van toepassing op

DesignerTransactionCloseEventArgs(Boolean, Boolean)

Initialiseert een nieuw exemplaar van de DesignerTransactionCloseEventArgs klasse.

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)

Parameters

commit
Boolean

Een waarde die aangeeft of de transactie is doorgevoerd.

lastTransaction
Boolean

true als dit de laatste transactie is die moet worden gesloten; anders, false.

Opmerkingen

Als commit dat het is true, wordt de LastTransaction eigenschap standaard ingesteld op true.

Van toepassing op