C# Class System.ComponentModel.Design.DesignerTransactionCloseEventArgs

Inheritance: System.EventArgs
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
DesignerTransactionCloseEventArgs ( bool commit, bool lastTransaction ) : Microsoft.Win32

Private Methods

Method Description
DesignerTransactionCloseEventArgs ( bool commit ) : Microsoft.Win32

Method Details

DesignerTransactionCloseEventArgs() public method

public DesignerTransactionCloseEventArgs ( bool commit, bool lastTransaction ) : Microsoft.Win32
commit bool
lastTransaction bool
return Microsoft.Win32