Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 silverlight Datagrid 中以编程方式删除 Loadingrow 事件,或者我需要在事件执行后停用该事件。
仅在绑定数据网格后进行此操作:
datagrid1.EventName -= YourEventName;