System.ComponentModel.Design.DesignerTransactionCloseEventArgs.DesignerTransactionCloseEventArgs C# (CSharp) Method

DesignerTransactionCloseEventArgs() private method

private DesignerTransactionCloseEventArgs ( bool commit ) : Microsoft.Win32
commit bool
return Microsoft.Win32
        public DesignerTransactionCloseEventArgs(bool commit) : this(commit, true) {
        }
        

Same methods

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