ClearCanvas.Desktop.Shelf.CanClose C# (CSharp) Method

CanClose() protected method

Checks if the hosted component can exit.
protected CanClose ( ) : bool
return bool
        protected internal override bool CanClose()
        {
            return _exitRequestedByComponent || _host.Component.CanExit();
        }