//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//------------------------------------------------------------------------------
/*
*/
namespace System.ComponentModel.Design {
using System;
///
///
/// Methods for the Designer host to report on the state of transactions.
///
///
public interface IDesignerHostTransactionState {
bool IsClosingTransaction { get; }
}
}