Files
DP44/Common/DTS.CommonCore/RibbonControl/RibbonControlSelectionChanged.cs
2026-04-17 14:55:32 -04:00

13 lines
422 B
C#

using Microsoft.Practices.Prism.Events;
namespace DTS.Common.RibbonControl
{
/// <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 RibbonControlSelectionChanged : CompositePresentationEvent<RibbonControlSelectionEventArgs> { }
}