Files
DP44/Common/DTS.CommonCore/.svn/pristine/61/6156d7d510210e6c4cf9f4ce31e725c2fb2c5eeb.svn-base
2026-04-17 14:55:32 -04:00

13 lines
376 B
Plaintext

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