views:

18

answers:

1

In caliburn, i have view with button. Button action is filtered by action filter. On view is textbox. When i change textbox content, i want to rerun action filter, how to perform that?

+1  A: 

Found Dependencies attribute :)

INs
Just for reference: http://caliburn.codeplex.com/SourceControl/changeset/view/55301#1240191
bennage