摘要:
XAF Using Domain Components (DC) in XAF (DevExpress): Part I: The Basicshttp://www.codeproject.com/KB/ThirdParty/DomainComponentsInXAF_1.aspx相关XAF资源:http://conchcoderepublic.com/Screencasts/eXpandScreencasts.aspxhttp://www.distel.nl/index.php/en/xafexperts-uk/whatxaf-ukhttp://www.expressapp.ru/viewf 阅读全文
2011年12月7日 #
摘要:
方法一:protectedoverridevoidOnChanged(stringpropertyName,objectoldValue,objectnewValue){base.OnChanged(propertyName,oldValue,newValue);if((!IsLoading)&&(!IsDeleted)&&(oldValue!=newValue)){if(propertyName=="ItemA"){//todo}}}方法二:publicpartialclassMyViewController:ViewController{ 阅读全文