//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //------------------------------------------------------------------------------ namespace System.ComponentModel { public interface IRaiseItemChangedEvents { /// /// /// bool RaisesItemChangedEvents { get; } } }