When to use Dependency Properties

后端 未结 5 1381
深忆病人
深忆病人 2020-12-14 10:32

I sometimes think I maybe using Dependency Properties unnecessarily. When do I need to use it? When I have a property that dependes on other properties? Say I have a C

5条回答
  •  一个人的身影
    2020-12-14 11:16

    Another use of dependency properties is with navigation journal. Custom dependency properties on a Page with Juornal flag in the meta-data are included in the state that WPF saves for the page.

提交回复
热议问题