Files
DP44/Common/DTS.CommonCore/.svn/pristine/be/bea5a36b1e01da7c33d76102743aca1bba05300d.svn-base

13 lines
409 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events
{
/// <summary>
/// The TabControlSelectionChanged event.
/// </summary>
///
/// <remarks>This event has to be used by the TabControl to indicate that its tab has been changed.</remarks>
///
public class TabControlSelectionChanged : CompositePresentationEvent<TabControlSelectionEventArgs> { }
}