C# Class EventAggregator.CF.EventHandlerOptions

显示文件 Open project: derickbailey/appcontroller.cf Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
EventHandlerOptions ( object eventHandler ) : System
WithErrorHandler ( Action errorHandler ) : void

Method Details

EventHandlerOptions() public method

public EventHandlerOptions ( object eventHandler ) : System
eventHandler object
return System

WithErrorHandler() public method

public WithErrorHandler ( Action errorHandler ) : void
errorHandler Action
return void