using Prism.Events; namespace DTS.Common.Events { /// /// sets the property UseZeroForUnfiltered /// this controls whether 0 or P is used in isocode filter field /// when modifying an isocode from a filter /// public class SetUseZeroForUnfilteredEvent : PubSubEvent { } }