C# Class Griffin.Cqs.InversionOfControl.ScopeClosingEventArgs

Event arguments to represent when an IoC scope is about to be closed.
Show file Open project: jgauffin/Griffin.Framework

Public Methods

Method Description
ScopeClosingEventArgs ( IContainerScope scope ) : System

Created a new instance of ScopeCreatedEventArgs.

Method Details

ScopeClosingEventArgs() public method

Created a new instance of ScopeCreatedEventArgs.
public ScopeClosingEventArgs ( IContainerScope scope ) : System
scope IContainerScope created scope
return System