C# Class Caliburn.Micro.Autofac.EventAggregationAutoSubscriptionModule

Inheritance: Autofac.Module
Show file Open project: brendankowitz/Caliburn.Micro.Autofac

Protected Methods

Method Description
AttachToComponentRegistration ( IComponentRegistry registry, IComponentRegistration registration ) : void

Private Methods

Method Description
OnComponentActivated ( object sender, ActivatedEventArgs args ) : void

Method Details

AttachToComponentRegistration() protected method

protected AttachToComponentRegistration ( IComponentRegistry registry, IComponentRegistration registration ) : void
registry IComponentRegistry
registration IComponentRegistration
return void