locked
ModelItem(FlowSwitch) PropertyChanged Event In Custom Activity Designer RRS feed

  • Question

  • I wrote a custom activity with activity designer
    I handled ModelItem(FlowSwitch<string>) PropertyChanged event then try to delete or swicth case to Default
    The PropertyChanged just trigger "Defalut", not trigger "Cases". Why?

    And PropertyChanged trigger by "Default", i try to get "Cases" property the value is Old??

    Any idea?


    Microsoft Taiwan
    Friday, February 26, 2010 7:13 PM

Answers

  • Cases is a dictionary or collection, so I believe you need to register for the CollectionChanged event on "Cases".
    Tim
    Monday, March 1, 2010 7:41 PM