namespace Tree { public interface IEventNotifyView { void OnDataContextChange(); } }