using Microsoft.Practices.Prism.PubSubEvents; namespace Tree { public class SelectNodeChangeEvent: PubSubEvent<TreeNodeViewModel> { } }