Files
DP44/Common/DTS.CommonCore/.svn/pristine/32/322a4e2081cec1d04436a370821127eea503d4cc.svn-base

14 lines
387 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events.Hardware.HardwareList
{
/// <summary>
/// The HardwareListShowCompact event.
/// </summary>
///
/// <remarks>This event is used to indicate show compact/expanded was changed.</remarks>
///
public class HardwareListShowCompactEvent : CompositePresentationEvent<bool> { }
}