我在結構中有字段字符串, ,我想學習實時更改此字段。聽衆c#像java
struct example {
public string ex;
}
examp = new example();<BR>
examp.ex = "test";
////// then program work and eamp.ex = "bing";
我需要方法
on_ex_changed()
{
if examp.ex changed then .....
}
在線和簡單的PLZ
您可以採取的事件在.net中是如何工作的一看:http://msdn.microsoft.com/en-us/library/awbftdfh.aspx – jmservera 2010-02-15 07:48:02