ipropertychanged.cs

来自「c#源代码」· CS 代码 · 共 23 行

CS
23
字号
/*
 * Created by SharpDevelop.
 * User: Susanne Jooss
 * Date: 28.08.2005
 * Time: 11:39
 * 
 * To change this template use Tools | Options | Coding | Edit Standard Headers.
 */
using System;

//Todo When porting to Net 2.0, remove this Interface and use the buildin insteed

namespace SharpReportCore{
	/// <summary>
	///
	/// </summary>
	/// 
	//TODO Remove this Interface when chaning to NET 2.0
	public interface IPropertyChange {
		event PropertyChangeEventHandler PropertyChange;
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?