//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//------------------------------------------------------------------------------
namespace System.ComponentModel
{
public interface INotifyPropertyChanging
{
///
///
event PropertyChangingEventHandler PropertyChanging;
}
}