using System;
using System.Collections.Generic;
using System.Windows.Forms;
using Core.Common.Controls;
using Core.Common.Gui;
namespace Application.Ringtoets.Forms.ViewManager
{
///
/// Interface providing view docking control. Implemented in DotNetBar for now.
///
public interface IDockingManager : IDisposable
{
///
/// Occurs when the bar of a view trying to close.
///
event EventHandler ViewBarClosing;
///
/// Occurs when a view got activated by clicked or entering it otherways
///
event EventHandler ViewActivated;
event Action