using DTS.Common.Interface;
using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events
{
///
/// Event to inform a page has been set active
///
///
///
///
public class PageSetActiveEvent : CompositePresentationEvent { }
public class PageSetActiveEventArg
{
public IDataPROPage Page{ get; set; }
}
}